Skip to content

Commit

Permalink
Fixes regression introduced in 8db7b95 (CRT H/S offset restored)
Browse files Browse the repository at this point in the history
  • Loading branch information
jotego committed Jun 13, 2024
1 parent 9e2dc3b commit cafb88c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions modules/jtframe/target/mister/jtframe_mister.sv
Original file line number Diff line number Diff line change
Expand Up @@ -619,10 +619,10 @@ u_arcade_video(
.ce_pix ( pxl_cen ),

.RGB_in ( game_rgb ),
.HBlank ( ~base_lhbl ),
.VBlank ( ~base_lvbl ),
.HSync ( hs ),
.VSync ( vs ),
.HBlank ( ~base_lhbl ),
.VBlank ( ~base_lvbl ),
.HSync ( hsize_hs ),
.VSync ( hsize_vs ),

.CLK_VIDEO ( scan2x_clk ),
.CE_PIXEL ( scan2x_cen ),
Expand Down

0 comments on commit cafb88c

Please sign in to comment.