diff options
| author | 2010-05-09 19:58:06 +0000 | |
|---|---|---|
| committer | 2010-05-09 19:58:06 +0000 | |
| commit | 22f5e1865d3c04296d96a65548ad25f2531e4b6c (patch) | |
| tree | 125798e648519c8f95db0f1f4085a8925829bec8 /src | |
| parent | 770ff9cd833b91db86e73e24a32ffc2176d13aba (diff) | |
Zoar is 256*240 too,
http://www.arcadeflyers.com/?page=flyer&db=videodb&id=1400&image=1
Diffstat (limited to 'src')
| -rw-r--r-- | src/mame/drivers/btime.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/drivers/btime.c b/src/mame/drivers/btime.c index 57f32723af8..4c9a3e89035 100644 --- a/src/mame/drivers/btime.c +++ b/src/mame/drivers/btime.c @@ -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) |
