From e81294dfa092be5905096e6ae3a6ae3e93dce129 Mon Sep 17 00:00:00 2001 From: Nicola Salmoria Date: Tue, 1 Apr 2008 12:52:04 +0000 Subject: [PATCH] Fix 01469: ldrun2: Compared to the PCB does MAME show less graphic at the bottom of the screen. --- src/mame/drivers/m62.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/mame/drivers/m62.c b/src/mame/drivers/m62.c index 4a38a58396e..65c259e6ccf 100644 --- a/src/mame/drivers/m62.c +++ b/src/mame/drivers/m62.c @@ -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