mirror of
https://github.com/lscharen/iigs-game-engine.git
synced 2024-11-24 09:31:22 +00:00
Add a few final tweaks to memory allocation
This commit is contained in:
parent
05d3f42abc
commit
ea72e79392
@ -58,7 +58,7 @@ appTmp0 equ 28
|
||||
|
||||
; Initialize the graphics screen playfield
|
||||
|
||||
pea #320
|
||||
pea #160
|
||||
pea #200
|
||||
_GTESetScreenMode
|
||||
|
||||
|
@ -780,7 +780,7 @@ AllocBank PushLong #0
|
||||
PushWord MyUserId
|
||||
PushWord #%11000000_00011100
|
||||
PushLong #0
|
||||
_NewHandle
|
||||
_TrackHandle
|
||||
plx ; base address of the new handle
|
||||
pla ; high address 00XX of the new handle (bank)
|
||||
_Deref
|
||||
|
Loading…
Reference in New Issue
Block a user