diff --git a/t80/GBse.vhd b/t80/GBse.vhd index 2b6fa6b..4aaab04 100644 --- a/t80/GBse.vhd +++ b/t80/GBse.vhd @@ -74,7 +74,7 @@ use work.T80_Pack.all; entity GBse is generic( - T2Write : integer := 0; -- 0 => WR_n active in T3, /=0 => WR_n active in T2 + T2Write : integer := 1; -- 0 => WR_n active in T3, /=0 => WR_n active in T2 IOWait : integer := 1 -- 0 => Single cycle I/O, 1 => Std I/O cycle ); port( diff --git a/video.v b/video.v index 0527c19..ea9acee 100644 --- a/video.v +++ b/video.v @@ -585,7 +585,7 @@ always @(negedge clk) begin if (!lcdc_on) begin // don't increase counters if lcdoff //reset counters - h_cnt <= 9'd4; + h_cnt <= 9'd6; v_cnt <= 8'd0; end else begin