summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/namcofl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/namcofl.cpp')
-rw-r--r--src/mame/drivers/namcofl.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mame/drivers/namcofl.cpp b/src/mame/drivers/namcofl.cpp
index a376a201612..6ad00f8c438 100644
--- a/src/mame/drivers/namcofl.cpp
+++ b/src/mame/drivers/namcofl.cpp
@@ -581,12 +581,12 @@ MACHINE_RESET_MEMBER(namcofl_state,namcofl)
MACHINE_CONFIG_START(namcofl_state::namcofl)
- MCFG_CPU_ADD("maincpu", I960, 20000000) // i80960KA-20 == 20 MHz part
- MCFG_CPU_PROGRAM_MAP(namcofl_mem)
+ MCFG_DEVICE_ADD("maincpu", I960, 20000000) // i80960KA-20 == 20 MHz part
+ MCFG_DEVICE_PROGRAM_MAP(namcofl_mem)
- MCFG_CPU_ADD("mcu", NAMCO_C75, 48384000/3)
- MCFG_CPU_PROGRAM_MAP(namcoc75_am)
- MCFG_CPU_IO_MAP(namcoc75_io)
+ MCFG_DEVICE_ADD("mcu", NAMCO_C75, 48384000/3)
+ MCFG_DEVICE_PROGRAM_MAP(namcoc75_am)
+ MCFG_DEVICE_IO_MAP(namcoc75_io)
/* TODO: irq generation for these */
MCFG_TIMER_DRIVER_ADD_PERIODIC("mcu_irq0", namcofl_state, mcu_irq0_cb, attotime::from_hz(60))
MCFG_TIMER_DRIVER_ADD_PERIODIC("mcu_irq2", namcofl_state, mcu_irq2_cb, attotime::from_hz(60))