mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
Corrected viewable screen area as per bug 05593
Verified against Thundercross and Super Contra PCBs
This commit is contained in:
parent
886495009b
commit
8ac7b87860
@ -649,7 +649,7 @@ static MACHINE_CONFIG_START( scontra, thunderx_state )
|
||||
MCFG_SCREEN_REFRESH_RATE(59.17) /* verified on pcb */
|
||||
MCFG_SCREEN_VBLANK_TIME(ATTOSECONDS_IN_USEC(0))
|
||||
MCFG_SCREEN_SIZE(64*8, 32*8)
|
||||
MCFG_SCREEN_VISIBLE_AREA(14*8, (64-14)*8-1, 2*8, 30*8-1 )
|
||||
MCFG_SCREEN_VISIBLE_AREA(12*8, (64-12)*8-1, 2*8, 30*8-1 ) /* verified on scontra and thunderx PCBs */
|
||||
MCFG_SCREEN_UPDATE_DRIVER(thunderx_state, screen_update)
|
||||
MCFG_SCREEN_PALETTE("palette")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user