summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/mt735.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mt735.cpp')
-rw-r--r--src/mame/drivers/mt735.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/mt735.cpp b/src/mame/drivers/mt735.cpp
index cb095958c25..f010f4f0fc6 100644
--- a/src/mame/drivers/mt735.cpp
+++ b/src/mame/drivers/mt735.cpp
@@ -63,8 +63,8 @@ static INPUT_PORTS_START( mt735 )
INPUT_PORTS_END
MACHINE_CONFIG_START(mt735_state::mt735)
- MCFG_CPU_ADD("maincpu", M68000, XTAL(48'000'000)/6)
- MCFG_CPU_PROGRAM_MAP(mt735_map)
+ MCFG_DEVICE_ADD("maincpu", M68000, XTAL(48'000'000)/6)
+ MCFG_DEVICE_PROGRAM_MAP(mt735_map)
MACHINE_CONFIG_END
ROM_START( mt735 )