Force 80STORE off during Reenter

This commit is contained in:
txgx42 2023-05-18 19:46:45 -04:00
parent e569591526
commit 2bd4d2b5ca

View File

@ -42,6 +42,7 @@ FirstMover
;------------------------------------------------------------------------------ ;------------------------------------------------------------------------------
Reenter Reenter
cld cld
sta $C000 ; Turn 80STORE switch off
ldx #$ff ldx #$ff
txs ; so that we never trash the reset vector txs ; so that we never trash the reset vector
jsr SwitchToBank2 jsr SwitchToBank2