mirror of
https://github.com/holub/mame
synced 2025-04-21 07:52:35 +03:00
fix compile (nw)
This commit is contained in:
parent
41ce2bdda9
commit
3236fabec4
@ -704,7 +704,7 @@ static MACHINE_CONFIG_START( exctsccr, champbas_state )
|
||||
MCFG_CPU_PERIODIC_INT_DRIVER(champbas_state, nmi_line_pulse, 4000) /* 4 kHz, updates the dac */
|
||||
|
||||
/* MCU */
|
||||
MCFG_CPU_ADD("mcu", ALPHA8301, XTAL_18_432MHz/6/8) /* Actually 8302 */
|
||||
MCFG_CPU_ADD("mcu", ALPHA8301L, XTAL_18_432MHz/6/8) /* Actually 8302 */
|
||||
MCFG_CPU_PROGRAM_MAP(mcu_map)
|
||||
|
||||
MCFG_MACHINE_START_OVERRIDE(champbas_state,exctsccr)
|
||||
|
Loading…
Reference in New Issue
Block a user