make Fire and Ice reset return to TR (#494)

This commit is contained in:
frankmilliron 2022-08-21 12:42:05 -07:00 committed by GitHub
parent a13c5e53fe
commit ef72ca73ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,5 @@
;license:MIT
;(c) 2022 by qkumba
;(c) 2022 by qkumba, Frank M.
!cpu 6502
!to "build/PRELAUNCH.INDEXED/FIRE.AND.ICE",plain
@ -14,7 +14,8 @@
sty $1C03
iny
sty $1C08
jsr $FB6F ; reset vector
ldy #$A4
sty $1C0D ; reset vector
+READ_RAM2_NO_WRITE
lda MachineStatus
and #CHEATS_ENABLED