mirror of
https://github.com/lscharen/iigs-game-engine.git
synced 2024-11-22 11:34:14 +00:00
Expand tile blitter temp space
This commit is contained in:
parent
82c1a8e2e4
commit
cc18c67491
@ -82,7 +82,7 @@ BankLoad equ 128
|
||||
|
||||
AppSpace equ 160 ; 16 bytes of space reserved for application use
|
||||
|
||||
tiletmp equ 186 ; 8 bytes of temp storage for the tile renderers
|
||||
tiletmp equ 178 ; 16 bytes of temp storage for the tile renderers
|
||||
blttmp equ 192 ; 32 bytes of local cache/scratch space for blitter
|
||||
|
||||
tmp8 equ 224 ; another 16 bytes of temporary space to be used as scratch
|
||||
|
Loading…
Reference in New Issue
Block a user