mirror of
https://github.com/a2-4am/4cade.git
synced 2025-01-19 17:31:07 +00:00
enable acceleration for Night Mission Pinball
This commit is contained in:
parent
437deced5d
commit
b63923636b
15
src/prelaunch/night.mission.a
Normal file
15
src/prelaunch/night.mission.a
Normal file
@ -0,0 +1,15 @@
|
||||
;license:MIT
|
||||
;(c) 2019 by 4am
|
||||
|
||||
!cpu 6502
|
||||
!to "build/PRELAUNCH/NIGHT.MISSION",plain
|
||||
*=$106
|
||||
|
||||
!source "src/prelaunch/common.a"
|
||||
|
||||
+ENABLE_ACCEL
|
||||
lda #$60
|
||||
sta $8C36
|
||||
jsr $44E8 ; decompress
|
||||
+DISABLE_ACCEL
|
||||
jmp $0800
|
Loading…
x
Reference in New Issue
Block a user