mirror of
https://github.com/holub/mame
synced 2025-05-22 13:48:55 +03:00
Debug assertion fix
This commit is contained in:
parent
88076635be
commit
4158c36ac3
@ -471,7 +471,7 @@ static MACHINE_DRIVER_START( zerotrgt )
|
||||
/* video hardware */
|
||||
MDRV_SCREEN_ADD("screen", RASTER)
|
||||
MDRV_SCREEN_REFRESH_RATE(60)
|
||||
MDRV_SCREEN_VBLANK_TIME(ATTOSECONDS_IN_USEC(0))
|
||||
MDRV_SCREEN_VBLANK_TIME(ATTOSECONDS_IN_USEC(2500) /* not accurate */)
|
||||
MDRV_SCREEN_FORMAT(BITMAP_FORMAT_INDEXED16)
|
||||
MDRV_SCREEN_SIZE(256, 256)
|
||||
MDRV_SCREEN_VISIBLE_AREA(0*8, 32*8-1, 1*8, 31*8-1)
|
||||
|
Loading…
Reference in New Issue
Block a user