Skip to content

Commit

Permalink
wwfss: screen wider and fixed image in Pocket (#871)
Browse files Browse the repository at this point in the history
* Removed duplicated video macros
* widening screen image in wwfss
* Relocated blanking to eliminate left quirks and added offset to character layer to erase right side quirks
  • Loading branch information
rp-jt authored Nov 14, 2024
1 parent 8628f54 commit 5b32f5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
7 changes: 1 addition & 6 deletions cores/wwfss/cfg/macros.def
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ JTFRAME_JOY_DULR
JTFRAME_CREDITS

# Video
JTFRAME_WIDTH=248
JTFRAME_WIDTH=256
JTFRAME_HEIGHT=240
JTFRAME_PXLCLK=6

Expand All @@ -17,11 +17,6 @@ JTFRAME_BA2_START=0x088000
SCR_START =0x0A8000
JTFRAME_BA3_START=0x128000

# Video
JTFRAME_WIDTH=256
JTFRAME_HEIGHT=240
JTFRAME_PXLCLK=6

# memories
debug JTFRAME_IOCTL_RD=5632
# scroll
Expand Down
4 changes: 2 additions & 2 deletions cores/wwfss/hdl/jtwwfss_video.v
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jtframe_vtimer #(
.VCNT_END ( 9'd271 ),
.VS_START ( 9'h106 ),
.HS_START ( 9'h1b5 ),
.HB_START ( 9'h181 ),
.HB_START ( 9'h189 ),
.HJUMP ( 1 ),
.HB_END ( 9'd9 ),
.HINIT ( 9'd255 )
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 5b32f5a

Please sign in to comment.