mirror of
https://github.com/holub/mame
synced 2025-06-05 20:33:45 +03:00
Fix 01469: ldrun2: Compared to the PCB does MAME show less graphic at the bottom of the screen.
This commit is contained in:
parent
68db1ed583
commit
e81294dfa0
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user