fix Pollywog latent protection check

This commit is contained in:
Peter Ferrie 2024-07-12 11:02:57 -07:00
parent 834db06d24
commit 0e15577749
3 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@
+READ_ROM_NO_WRITE
lda #$60
sta $82C
sta $846
jsr $800 ; decompress
sta $20E1 ; disable pause
sta $6035

View File

@ -10,7 +10,7 @@
+USES_TEXT_PAGE_2
+ENABLE_ACCEL
lda #$60 ; RTS instead of JMP
sta $82C
sta $846
jsr $800 ; decompress
+DISABLE_ACCEL
jmp $7957