From cc18c67491090cbec1b463ae64b88ca7c7afd2dc Mon Sep 17 00:00:00 2001 From: Lucas Scharenbroich Date: Wed, 27 Oct 2021 00:11:13 -0500 Subject: [PATCH] Expand tile blitter temp space --- src/Defs.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Defs.s b/src/Defs.s index 12cf76e..9283190 100644 --- a/src/Defs.s +++ b/src/Defs.s @@ -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