mirror of
https://github.com/a2-4am/4cade.git
synced 2025-02-17 07:31:19 +00:00
fix Spy vs Spy 3 title screen (#604)
Code was hitting strobe instead of c000 (strobe is cleared previously during the Maxx Out screen).
This commit is contained in:
parent
ab7fa205d9
commit
0835419aaa
@ -1,5 +1,5 @@
|
|||||||
;license:MIT
|
;license:MIT
|
||||||
;(c) 2021 by qkumba
|
;(c) 2021, 2024 by qkumba/Frank M.
|
||||||
|
|
||||||
!cpu 6502
|
!cpu 6502
|
||||||
!to "build/PRELAUNCH.INDEXED/SS3",plain
|
!to "build/PRELAUNCH.INDEXED/SS3",plain
|
||||||
@ -13,8 +13,10 @@
|
|||||||
sta $20BB
|
sta $20BB
|
||||||
sta $2217
|
sta $2217
|
||||||
jsr $2000 ; decompress
|
jsr $2000 ; decompress
|
||||||
|
lda #0
|
||||||
|
sta $C0D ; check for keypress on title screen
|
||||||
+DISABLE_ACCEL
|
+DISABLE_ACCEL
|
||||||
jsr $12FD
|
jsr $12FD ; show Maxx Out & title screen animation
|
||||||
+ENABLE_ACCEL
|
+ENABLE_ACCEL
|
||||||
jsr $90FD ; decompress
|
jsr $90FD ; decompress
|
||||||
jsr DisableAccelerator
|
jsr DisableAccelerator
|
||||||
|
Loading…
x
Reference in New Issue
Block a user