diff --git a/rtl/gpu_videoout.vhd b/rtl/gpu_videoout.vhd index 643599e..6794395 100644 --- a/rtl/gpu_videoout.vhd +++ b/rtl/gpu_videoout.vhd @@ -287,8 +287,8 @@ begin else video_hblank <= '1'; if (video_hblank = '0') then - hsync_start <= (nextHCount / 2) + (26 * clkDiv) - (12 * clkDiv); - hsync_end <= (nextHCount / 2) + (2 * clkDiv) - (4 * clkDiv); + hsync_start <= (nextHCount / 2) + (26 * clkDiv) - (8 * clkDiv); + hsync_end <= (nextHCount / 2) + (2 * clkDiv) - (8 * clkDiv); end if; end if; end if;