mirror of
https://github.com/a2-4am/4cade.git
synced 2024-11-23 12:33:32 +00:00
fix Joust quit handling
This commit is contained in:
parent
68b86f5262
commit
5541265a9a
@ -25,10 +25,12 @@
|
||||
+
|
||||
lda #$4C
|
||||
sta $A3DC
|
||||
lda #0
|
||||
sta $A3DD
|
||||
lda #1
|
||||
sta $A3DE ; reset vector patch
|
||||
ldx #0
|
||||
stx $A3DD
|
||||
stx $2C0E
|
||||
inx
|
||||
stx $A3DE ; reset vector patch
|
||||
stx $2C0F ; quit handler patch
|
||||
+DISABLE_ACCEL
|
||||
jmp $3e00
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user