mirror of
https://github.com/holub/mame
synced 2025-05-10 16:21:42 +03:00
ddealer.c: Fix clock divide - NW
This commit is contained in:
parent
8b4e494132
commit
03b81f2d3c
@ -626,7 +626,7 @@ INTERRUPT_GEN_MEMBER(ddealer_state::ddealer_interrupt)
|
||||
|
||||
static MACHINE_CONFIG_START( ddealer, ddealer_state )
|
||||
|
||||
MCFG_CPU_ADD("maincpu" , M68000, XTAL_16MHz/) /* 8MHz */
|
||||
MCFG_CPU_ADD("maincpu" , M68000, XTAL_16MHz/2) /* 8MHz */
|
||||
MCFG_CPU_PROGRAM_MAP(ddealer)
|
||||
MCFG_CPU_VBLANK_INT_DRIVER("screen", ddealer_state, ddealer_interrupt)
|
||||
MCFG_CPU_PERIODIC_INT_DRIVER(ddealer_state, irq1_line_hold, 90)//guess,controls music tempo,112 is way too fast
|
||||
|
Loading…
Reference in New Issue
Block a user