fix WoF unintended keyboard control

This commit is contained in:
Peter Ferrie 2024-05-05 21:41:23 -07:00
parent 0c0050d6cf
commit a362597c09
2 changed files with 4 additions and 4 deletions

View File

@ -9,9 +9,9 @@
+ENABLE_ACCEL
lda #<callback
sta $2129
sta $212C
lda #>callback
sta $212A
sta $212D
+GET_MACHINE_STATUS
and #CHEATS_ENABLED
beq +
@ -21,9 +21,9 @@
dey
bpl -
iny
sty $8274
sty $8276
lda #2
sta $8275
sta $8277
+
jmp $800 ; decompress