mirror of
https://github.com/a2-4am/4cade.git
synced 2025-08-15 12:27:32 +00:00
enable acceleration for Pitfall II
This commit is contained in:
15
src/prelaunch/pitfall.ii.a
Normal file
15
src/prelaunch/pitfall.ii.a
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
;license:MIT
|
||||||
|
;(c) 2019 by 4am
|
||||||
|
|
||||||
|
!cpu 6502
|
||||||
|
!to "build/PRELAUNCH/PITFALL.II",plain
|
||||||
|
*=$106
|
||||||
|
|
||||||
|
!source "src/prelaunch/common.a"
|
||||||
|
|
||||||
|
+ENABLE_ACCEL
|
||||||
|
lda #$60
|
||||||
|
sta $3D34
|
||||||
|
jsr $0800 ; decompress
|
||||||
|
+DISABLE_ACCEL
|
||||||
|
jmp $6000
|
Reference in New Issue
Block a user