mirror of
https://github.com/holub/mame
synced 2025-06-04 20:06:28 +03:00
change zingzip refresh to sync up better with videos, value taken from other games / sets in driver.
This commit is contained in:
parent
83f758cbeb
commit
880f732c36
@ -9396,7 +9396,7 @@ static MACHINE_CONFIG_START( zingzip, seta_state )
|
||||
|
||||
/* video hardware */
|
||||
MCFG_SCREEN_ADD("screen", RASTER)
|
||||
MCFG_SCREEN_REFRESH_RATE(60)
|
||||
MCFG_SCREEN_REFRESH_RATE(57.42) // taken from other games but seems to better match PCB videos
|
||||
MCFG_SCREEN_VBLANK_TIME(ATTOSECONDS_IN_USEC(0))
|
||||
MCFG_SCREEN_SIZE(64*8, 32*8)
|
||||
MCFG_SCREEN_VISIBLE_AREA(0*8, 48*8-1, 1*8, 31*8-1)
|
||||
|
Loading…
Reference in New Issue
Block a user