mirror of
https://github.com/a2-4am/4cade.git
synced 2024-12-26 04:33:10 +00:00
move some parsing code to init now that most data structures are precomputed
This commit is contained in:
parent
980da73dde
commit
5adf3019de
@ -111,7 +111,6 @@ ResetVector ; 6 bytes, copied to $100
|
||||
!source "src/ui.font.a"
|
||||
!source "src/ui.overlay.a"
|
||||
!source "src/parse.prefs.a"
|
||||
!source "src/parse.common.a"
|
||||
!source "src/glue.launch.a"
|
||||
!source "src/glue.prorwts2.a"
|
||||
!source "src/glue.decompress.a"
|
||||
|
@ -341,6 +341,7 @@ PrintAsDecimal
|
||||
|
||||
!source "src/hw.accel.a"
|
||||
!source "src/hw.vbl.init.a"
|
||||
!source "src/parse.common.a"
|
||||
!source "src/parse.games.a"
|
||||
|
||||
OneTimeSetup
|
||||
|
@ -7,7 +7,7 @@
|
||||
;
|
||||
; LC RAM BANK 1
|
||||
; D000..E789 - persistent data structures (gGlobalPrefsStore, gGamesListStore)
|
||||
; E8AD..FFF1 - main program code
|
||||
; E95E..FFF1 - main program code
|
||||
; FFF2..FFF9 - API functions and global constants available for main program
|
||||
; code, prelaunchers, transition effects, &c.
|
||||
; (Wait/UnwaitForVBL, MockingboardStuff, MachineStatus)
|
||||
|
Loading…
Reference in New Issue
Block a user