diff options
author | StapleButter <thetotalworm@gmail.com> | 2017-06-26 22:01:29 +0200 |
---|---|---|
committer | StapleButter <thetotalworm@gmail.com> | 2017-06-26 22:01:29 +0200 |
commit | b5784540abfbcf1566910a2b87256c06caad0393 (patch) | |
tree | 1c312d1f599d7f905825809ce8a13a5b5b0509bc /src | |
parent | fbc6ce5fa0cb0dcec3dfa2445d36efa455b75107 (diff) |
move HBlank 48 cycles later
Diffstat (limited to 'src')
-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; |