From b5784540abfbcf1566910a2b87256c06caad0393 Mon Sep 17 00:00:00 2001 From: StapleButter Date: Mon, 26 Jun 2017 22:01:29 +0200 Subject: move HBlank 48 cycles later --- src/GPU.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/GPU.cpp b/src/GPU.cpp index ac3684d..92f05d8 100644 --- a/src/GPU.cpp +++ b/src/GPU.cpp @@ -26,7 +26,7 @@ namespace GPU { #define LINE_CYCLES (355*6) -#define HBLANK_CYCLES (256*6) +#define HBLANK_CYCLES (48+(256*6)) #define FRAME_CYCLES (LINE_CYCLES * 263) u16 VCount; -- cgit v1.2.3