mirror of
https://github.com/holub/mame
synced 2025-05-06 22:35:43 +03:00
superchs.c: Actually include the correct CPU clock. - NW
This commit is contained in:
parent
0bef324320
commit
f226985d3e
@ -328,11 +328,11 @@ static const tc0480scp_interface superchs_tc0480scp_intf =
|
||||
static MACHINE_CONFIG_START( superchs, superchs_state )
|
||||
|
||||
/* basic machine hardware */
|
||||
MCFG_CPU_ADD("maincpu", M68EC020, XTAL_32MHz/2)
|
||||
MCFG_CPU_ADD("maincpu", M68EC020, XTAL_40MHz/2) /* 20MHz - verified */
|
||||
MCFG_CPU_PROGRAM_MAP(superchs_map)
|
||||
MCFG_CPU_VBLANK_INT_DRIVER("screen", superchs_state, irq2_line_hold)
|
||||
|
||||
MCFG_CPU_ADD("sub", M68000, XTAL_32MHz/2)
|
||||
MCFG_CPU_ADD("sub", M68000, XTAL_32MHz/2) /* 16MHz - verified */
|
||||
MCFG_CPU_PROGRAM_MAP(superchs_cpub_map)
|
||||
MCFG_CPU_VBLANK_INT_DRIVER("screen", superchs_state, irq4_line_hold)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user