mirror of
https://github.com/holub/mame
synced 2025-07-05 01:48:29 +03:00
Bunch of skips
This commit is contained in:
parent
d94e167db3
commit
eba3ac406c
@ -76,7 +76,6 @@ Dip locations and factory settings verified from dip listing
|
|||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
#include "emu.h"
|
#include "emu.h"
|
||||||
#include "deprecat.h"
|
|
||||||
#include "cpu/z80/z80.h"
|
#include "cpu/z80/z80.h"
|
||||||
#include "cpu/m6805/m6805.h"
|
#include "cpu/m6805/m6805.h"
|
||||||
#include "sound/ay8910.h"
|
#include "sound/ay8910.h"
|
||||||
|
@ -9,7 +9,6 @@ driver by Nicola Salmoria
|
|||||||
|
|
||||||
#include "emu.h"
|
#include "emu.h"
|
||||||
#include "cpu/m6502/m6502.h"
|
#include "cpu/m6502/m6502.h"
|
||||||
#include "deprecat.h"
|
|
||||||
#include "includes/dogfgt.h"
|
#include "includes/dogfgt.h"
|
||||||
#include "sound/ay8910.h"
|
#include "sound/ay8910.h"
|
||||||
|
|
||||||
|
@ -2013,7 +2013,7 @@ static MACHINE_CONFIG_START( fhawk, taitol_state )
|
|||||||
|
|
||||||
MCFG_CPU_ADD("slave", Z80, XTAL_12MHz/3) /* verified on pcb */
|
MCFG_CPU_ADD("slave", Z80, XTAL_12MHz/3) /* verified on pcb */
|
||||||
MCFG_CPU_PROGRAM_MAP(fhawk_2_map)
|
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))
|
MCFG_QUANTUM_TIME(attotime::from_hz(6000))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user