From 41a23e30acc8222b68a9b07f0beb14a2e2464862 Mon Sep 17 00:00:00 2001 From: Dominic Masters Date: Fri, 29 Apr 2022 13:45:07 -0700 Subject: [PATCH] 351 --- src/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.c b/src/main.c index 7a88f43..06927d1 100644 --- a/src/main.c +++ b/src/main.c @@ -159,6 +159,7 @@ inline void mainDebugDraw() { void main() { int16_t j; + uint8_t filled[GB_BACKGROUND_COLUMNS*GB_BACKGROUND_ROWS]; // Set up the GAMEBOY's registers.