Expand tile blitter temp space

This commit is contained in:
Lucas Scharenbroich 2021-10-27 00:11:13 -05:00
parent 82c1a8e2e4
commit cc18c67491
1 changed files with 1 additions and 1 deletions

View File

@ -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