mirror of
https://github.com/a2-4am/4cade.git
synced 2025-08-18 02:28:25 +00:00
enable acceleration for Night Mission Pinball
This commit is contained in:
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
|
Reference in New Issue
Block a user