mirror of
https://github.com/a2-4am/4cade.git
synced 2024-11-27 08:50:01 +00:00
move gPrefsStore up 1 byte (possibly fixes FastChip)
This commit is contained in:
parent
8166907442
commit
5e1d177bb8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user