fix Joust quit handling

This commit is contained in:
Peter Ferrie 2020-04-06 20:29:16 -07:00
parent 68b86f5262
commit 5541265a9a

View File

@ -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