Bunch of skips

This commit is contained in:
Angelo Salese 2011-04-26 02:22:26 +00:00
parent d94e167db3
commit eba3ac406c
3 changed files with 1 additions and 3 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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))