minor bug squishing

This commit is contained in:
2024-02-05 21:40:41 -08:00
parent dcb30dbba7
commit 73a40230da
3 changed files with 22 additions and 20 deletions

View File

@@ -188,6 +188,7 @@ class GameBoy {
SDL_Event event;
void opcodeHandler();
void incLY();
void ppuUpdate();
void drawLine();
void SDL2present();