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