fix Force 7 game restart

This commit is contained in:
Peter Ferrie 2024-06-18 18:22:22 -07:00
parent 393eff12a9
commit 9a7d57ec35
2 changed files with 5 additions and 3 deletions

View File

@ -18,8 +18,10 @@
jsr $2A55 ; show title screen
lda #<reset
sta $121A
lda #>reset
sta $121F
lda #$A6
sta $1190
lda #$FA
sta $1191
jmp $1000
reset