mirror of
https://github.com/a2-4am/4cade.git
synced 2024-12-24 07:29:26 +00:00
call SaveGlobalPreferences
This commit is contained in:
parent
1cd766f8f2
commit
27f2a75b84
@ -72,6 +72,11 @@ SaveGlobalPreferences
|
||||
+LDADDR @kEOF
|
||||
jsr @addString
|
||||
|
||||
bit $c010
|
||||
- lda $c000
|
||||
bpl -
|
||||
bit $c010
|
||||
|
||||
jsr SaveSmallFile
|
||||
!word kGlobalPrefsFilename
|
||||
!word kGlobalPrefsBuffer
|
||||
|
@ -72,7 +72,7 @@ gAttractIndex
|
||||
@nextattract
|
||||
!word $FDFD ; SMC
|
||||
|
||||
; jsr SaveGlobalPreferences ; write prefs store to disk
|
||||
jsr SaveGlobalPreferences ; write prefs store to disk
|
||||
|
||||
jsr okvs_get
|
||||
!word gAttractModeStore
|
||||
@ -380,7 +380,7 @@ gFXIndex
|
||||
!word kNextFX
|
||||
@nextfx !word $FDFD ; SMC
|
||||
|
||||
; jsr SaveGlobalPreferences ; write prefs store to disk
|
||||
jsr SaveGlobalPreferences ; write prefs store to disk
|
||||
|
||||
; load transition effect code at $6000
|
||||
+LOAD_FILE kFXDirectory, @fxkey
|
||||
@ -448,7 +448,7 @@ gDFXIndex
|
||||
!word kNextDFX
|
||||
@nextdfx !word $FDFD ; SMC
|
||||
|
||||
; jsr SaveGlobalPreferences ; write prefs store to disk
|
||||
jsr SaveGlobalPreferences ; write prefs store to disk
|
||||
|
||||
; load transition effect code at $6000
|
||||
+LOAD_FILE kFXDirectory, @dfxkey
|
||||
|
Loading…
Reference in New Issue
Block a user