change zingzip refresh to sync up better with videos, value taken from other games / sets in driver.

This commit is contained in:
David Haywood 2015-12-07 01:13:57 +00:00
parent 83f758cbeb
commit 880f732c36

View File

@ -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)