From f636c77ac4bddb869def61c448fbe5316ea14fd0 Mon Sep 17 00:00:00 2001 From: Sandro Ronco Date: Tue, 25 Sep 2012 18:18:13 +0000 Subject: [PATCH] (MAME) Fix for -valid. (nw) --- src/mame/drivers/galpanic.c | 2 +- src/mame/drivers/nemesis.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mame/drivers/galpanic.c b/src/mame/drivers/galpanic.c index 227404fb4fb..54527f0dab5 100644 --- a/src/mame/drivers/galpanic.c +++ b/src/mame/drivers/galpanic.c @@ -621,7 +621,7 @@ static MACHINE_CONFIG_DERIVED( supmodel, comad ) MCFG_CPU_MODIFY("maincpu") MCFG_CPU_CLOCK(12000000) /* ? */ MCFG_CPU_PROGRAM_MAP(supmodel_map) - MCFG_TIMER_DRIVER_ADD_SCANLINE("scantimer", galpanic_state, galpanic_scanline, "screen", 0, 1) + //MCFG_TIMER_DRIVER_ADD_SCANLINE("scantimer", galpanic_state, galpanic_scanline, "screen", 0, 1) /* video hardware */ MCFG_SCREEN_MODIFY("screen") diff --git a/src/mame/drivers/nemesis.c b/src/mame/drivers/nemesis.c index a9fcaf9738d..8d2658724f5 100644 --- a/src/mame/drivers/nemesis.c +++ b/src/mame/drivers/nemesis.c @@ -2646,7 +2646,7 @@ static MACHINE_CONFIG_START( bubsys, nemesis_state ) /* basic machine hardware */ MCFG_CPU_ADD("maincpu", M68000,18432000/2) /* 9.216MHz */ MCFG_CPU_PROGRAM_MAP(gx400_map) - MCFG_TIMER_DRIVER_ADD_SCANLINE("scantimer", nemesis_state, gx400_interrupt, "screen", 0, 1) + //MCFG_TIMER_DRIVER_ADD_SCANLINE("scantimer", nemesis_state, gx400_interrupt, "screen", 0, 1) MCFG_DEVICE_DISABLE() MCFG_CPU_ADD("audiocpu", Z80,14318180/4) /* 3.579545 MHz */