mirror of
https://github.com/holub/mame
synced 2025-05-19 20:29:09 +03:00
Zoar is 256*240 too,
http://www.arcadeflyers.com/?page=flyer&db=videodb&id=1400&image=1
This commit is contained in:
parent
770ff9cd83
commit
22f5e1865d
@ -1628,6 +1628,9 @@ static MACHINE_DRIVER_START( zoar )
|
||||
MDRV_CPU_PROGRAM_MAP(zoar_map)
|
||||
|
||||
/* video hardware */
|
||||
MDRV_DEVICE_MODIFY("screen")
|
||||
MDRV_SCREEN_VISIBLE_AREA(0*8, 32*8-1, 1*8, 31*8-1) // 256 * 240, confirmed
|
||||
|
||||
MDRV_GFXDECODE(zoar)
|
||||
MDRV_PALETTE_LENGTH(64)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user