rehook reset in case of $3xx use

This commit is contained in:
Peter Ferrie 2019-04-23 22:00:02 -07:00
parent 935779e6e8
commit c8912f67c1

View File

@ -185,12 +185,6 @@ FirstMover
!source "standarddelivery.a"
ResetVector
lda #<ResetVector
sta $03F2
lda #>ResetVector
sta $03F3
eor #$A5
sta $03F4
lda $C0E8
jsr PR0
jsr IN0
@ -200,6 +194,12 @@ ResetVector
sta $C00C
sta $C00E
MainMenu
lda #<ResetVector
sta $03F2
lda #>ResetVector
sta $03F3
eor #$A5
sta $03F4
ldx #$FF
txs
jsr ClearScreen