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.