Skip to content

Commit

Permalink
Relocated blanking to eliminate left quirks and added offset to chara…
Browse files Browse the repository at this point in the history
…cter layer to erase right side quirks
  • Loading branch information
rp-jt committed Nov 14, 2024
1 parent 5a624b6 commit 1179d0d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cores/wwfss/hdl/jtwwfss_video.v
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@ jtframe_vtimer #(
.VCNT_END ( 9'd271 ),
.VS_START ( 9'h106 ),
.HS_START ( 9'h1b5 ),
.HB_START ( 9'h188 ),
.HB_START ( 9'h189 ),
.HJUMP ( 1 ),
.HB_END ( 9'd8 ),
.HB_END ( 9'd9 ),
.HINIT ( 9'd255 )
) u_vtimer(
.clk ( clk ),
Expand All @@ -114,7 +114,7 @@ jtframe_vtimer #(
jtframe_tilemap #(
.CW ( 12 ),
.PW ( 7 ),
.HDUMP_OFFSET( 0 )
.HDUMP_OFFSET( 1 )
) u_char(
.rst ( rst ),
.clk ( clk ),
Expand Down

0 comments on commit 1179d0d

Please sign in to comment.