diff options
Diffstat (limited to 'src/GPU.cpp')
-rw-r--r-- | src/GPU.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |