mirror of
https://github.com/lscharen/iigs-game-engine.git
synced 2024-12-27 11:30:10 +00:00
Fix initialization order
This commit is contained in:
parent
fe18759759
commit
4af66fa13a
@ -36,11 +36,11 @@ EngineStartUp ENT
|
||||
jsr IntStartUp ; Enable certain iterrupts
|
||||
|
||||
jsr InitMemory ; Allocate and initialize memory for the engine
|
||||
jsr InitGraphics ; Initialize all of the graphics-related dat
|
||||
jsr InitTimers ; Initialize the timee subsystem
|
||||
|
||||
jsr EngineReset ; All of the resources are allocated, put the engine in a known state
|
||||
|
||||
jsr InitGraphics ; Initialize all of the graphics-related data
|
||||
jsr InitTimers ; Initialize the timer subsystem
|
||||
|
||||
plb
|
||||
rtl
|
||||
|
||||
@ -367,6 +367,3 @@ ReadControl ENT
|
||||
put blitter/BG0.s
|
||||
put blitter/BG1.s
|
||||
put TileMap.s
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user