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 lda #$4C
sta $A3DC sta $A3DC
lda #0 ldx #0
sta $A3DD stx $A3DD
lda #1 stx $2C0E
sta $A3DE ; reset vector patch inx
stx $A3DE ; reset vector patch
stx $2C0F ; quit handler patch
+DISABLE_ACCEL +DISABLE_ACCEL
jmp $3e00 jmp $3e00