aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/GPU.cpp2
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;