summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/mk1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mk1.cpp')
-rw-r--r--src/mame/drivers/mk1.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/mk1.cpp b/src/mame/drivers/mk1.cpp
index be9b848cbdd..e7ba7a0caf8 100644
--- a/src/mame/drivers/mk1.cpp
+++ b/src/mame/drivers/mk1.cpp
@@ -187,9 +187,9 @@ F3853_INTERRUPT_REQ_CB(mk1_state::mk1_interrupt)
MACHINE_CONFIG_START(mk1_state::mk1)
/* basic machine hardware */
- MCFG_CPU_ADD( "maincpu", F8, MAIN_CLOCK ) /* MK3850 */
- MCFG_CPU_PROGRAM_MAP(mk1_mem)
- MCFG_CPU_IO_MAP(mk1_io)
+ MCFG_DEVICE_ADD( "maincpu", F8, MAIN_CLOCK ) /* MK3850 */
+ MCFG_DEVICE_PROGRAM_MAP(mk1_mem)
+ MCFG_DEVICE_IO_MAP(mk1_io)
MCFG_QUANTUM_TIME(attotime::from_hz(60))