mirror of
https://github.com/holub/mame
synced 2025-05-31 01:51:46 +03:00
roul: reduced screen size
This commit is contained in:
parent
0e65c50fc3
commit
263fc168cb
@ -136,7 +136,7 @@ static MACHINE_DRIVER_START( roul )
|
||||
MDRV_SCREEN_FORMAT(BITMAP_FORMAT_INDEXED16)
|
||||
MDRV_SCREEN_REFRESH_RATE(60)
|
||||
MDRV_SCREEN_VBLANK_TIME(ATTOSECONDS_IN_USEC(0))
|
||||
MDRV_SCREEN_SIZE(64*8, 32*8)
|
||||
MDRV_SCREEN_SIZE(32*8, 32*8)
|
||||
MDRV_SCREEN_VISIBLE_AREA(0*8, 32*8-1, 0*8, 32*8-1)
|
||||
|
||||
MDRV_PALETTE_LENGTH(0x100)
|
||||
|
Loading…
Reference in New Issue
Block a user