Fix 01469: ldrun2: Compared to the PCB does MAME show less graphic at the bottom of the screen.

This commit is contained in:
Nicola Salmoria 2008-04-01 12:52:04 +00:00
parent 68db1ed583
commit e81294dfa0

View File

@ -1377,9 +1377,6 @@ static MACHINE_DRIVER_START( ldrun2 )
MDRV_VIDEO_START(ldrun2)
MDRV_VIDEO_UPDATE(ldrun)
MDRV_SCREEN_MODIFY("main")
MDRV_SCREEN_VISIBLE_AREA((64*8-384)/2, 64*8-(64*8-384)/2-1, 0*8, 31*8-1)
MACHINE_DRIVER_END
@ -1393,9 +1390,6 @@ static MACHINE_DRIVER_START( ldrun3 )
/* video hardware */
MDRV_GFXDECODE(ldrun3)
MDRV_SCREEN_MODIFY("main")
MDRV_SCREEN_VISIBLE_AREA((64*8-384)/2, 64*8-(64*8-384)/2-1, 0*8, 31*8-1)
MACHINE_DRIVER_END