From 5e1d177bb8ecf8e3a0e2aa9e5cb095b6112069f1 Mon Sep 17 00:00:00 2001 From: 4am Date: Sat, 14 Mar 2020 20:50:03 -0400 Subject: [PATCH] move gPrefsStore up 1 byte (possibly fixes FastChip) --- src/4cade.a | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/4cade.a b/src/4cade.a index eb7d54362..b998491e3 100644 --- a/src/4cade.a +++ b/src/4cade.a @@ -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