move gPrefsStore up 1 byte (possibly fixes FastChip)

This commit is contained in:
4am 2020-03-14 20:50:03 -04:00
parent 8166907442
commit 5e1d177bb8

View File

@ -121,7 +121,10 @@ gDFXStore
gSlideshowStore
!word $0800
gGlobalPrefsStore
!word $D000
!word $D001 ; leave $D000 alone because FastChip accelerator
; flips out if it has certain values (it will
; be set to $55 as part of the 64K memory test,
; which is apparently one of the acceptable values)
gGamesListStore
!word $FDFD ; SMC
SwitchToBank2