From eba3ac406ca4ad534fc78c139aa0a1af94d80ac4 Mon Sep 17 00:00:00 2001 From: Angelo Salese Date: Tue, 26 Apr 2011 02:22:26 +0000 Subject: [PATCH] Bunch of skips --- src/mame/drivers/buggychl.c | 1 - src/mame/drivers/dogfgt.c | 1 - src/mame/drivers/taito_l.c | 2 +- 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/mame/drivers/buggychl.c b/src/mame/drivers/buggychl.c index 12559d7095f..6c9f090890c 100644 --- a/src/mame/drivers/buggychl.c +++ b/src/mame/drivers/buggychl.c @@ -76,7 +76,6 @@ Dip locations and factory settings verified from dip listing ***************************************************************************/ #include "emu.h" -#include "deprecat.h" #include "cpu/z80/z80.h" #include "cpu/m6805/m6805.h" #include "sound/ay8910.h" diff --git a/src/mame/drivers/dogfgt.c b/src/mame/drivers/dogfgt.c index 70540fe700c..eda9d663343 100644 --- a/src/mame/drivers/dogfgt.c +++ b/src/mame/drivers/dogfgt.c @@ -9,7 +9,6 @@ driver by Nicola Salmoria #include "emu.h" #include "cpu/m6502/m6502.h" -#include "deprecat.h" #include "includes/dogfgt.h" #include "sound/ay8910.h" diff --git a/src/mame/drivers/taito_l.c b/src/mame/drivers/taito_l.c index 874088f3606..96e2b5af559 100644 --- a/src/mame/drivers/taito_l.c +++ b/src/mame/drivers/taito_l.c @@ -2013,7 +2013,7 @@ static MACHINE_CONFIG_START( fhawk, taitol_state ) MCFG_CPU_ADD("slave", Z80, XTAL_12MHz/3) /* verified on pcb */ MCFG_CPU_PROGRAM_MAP(fhawk_2_map) - MCFG_CPU_VBLANK_INT_HACK(irq0_line_hold,3) /* fixes slow down problems */ + MCFG_CPU_PERIODIC_INT(irq0_line_hold,3*60) /* fixes slow down problems */ MCFG_QUANTUM_TIME(attotime::from_hz(6000))