mirror of
https://github.com/lscharen/iigs-game-engine.git
synced 2024-11-28 04:50:07 +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
|
; Initialize the graphics screen playfield
|
||||||
|
|
||||||
pea #320
|
pea #160
|
||||||
pea #200
|
pea #200
|
||||||
_GTESetScreenMode
|
_GTESetScreenMode
|
||||||
|
|
||||||
|
@ -780,7 +780,7 @@ AllocBank PushLong #0
|
|||||||
PushWord MyUserId
|
PushWord MyUserId
|
||||||
PushWord #%11000000_00011100
|
PushWord #%11000000_00011100
|
||||||
PushLong #0
|
PushLong #0
|
||||||
_NewHandle
|
_TrackHandle
|
||||||
plx ; base address of the new handle
|
plx ; base address of the new handle
|
||||||
pla ; high address 00XX of the new handle (bank)
|
pla ; high address 00XX of the new handle (bank)
|
||||||
_Deref
|
_Deref
|
||||||
|
Loading…
Reference in New Issue
Block a user