fix Rescue Raiders reset vector

This commit is contained in:
Peter Ferrie 2024-04-29 18:16:19 -07:00
parent b138d030d5
commit 8bb101a337
1 changed files with 3 additions and 0 deletions

View File

@ -46,7 +46,10 @@
sta $3F2
sta $FFFC
lda #>reset
sta $3F3
sta $FFFD
lda #$A6
sta $3F4
lda #$4C
sta $BFE5
jmp $404A