mirror of
https://github.com/a2-4am/4cade.git
synced 2025-01-11 07:30:02 +00:00
enable acceleration for Pitfall II
This commit is contained in:
parent
b63923636b
commit
00e3875350
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
|
Loading…
x
Reference in New Issue
Block a user