summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/terco.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/terco.cpp')
-rw-r--r--src/mame/drivers/terco.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/terco.cpp b/src/mame/drivers/terco.cpp
index 30fd7ed0d9f..58f910e0879 100644
--- a/src/mame/drivers/terco.cpp
+++ b/src/mame/drivers/terco.cpp
@@ -294,8 +294,8 @@ static INPUT_PORTS_START( t4490 )
INPUT_PORTS_END
MACHINE_CONFIG_START(t4490_state::t4490)
- MCFG_CPU_ADD("maincpu", M6800, XTAL(8'000'000)/4) // divided by a MC6875
- MCFG_CPU_PROGRAM_MAP(t4490_map)
+ MCFG_DEVICE_ADD("maincpu", M6800, XTAL(8'000'000)/4) // divided by a MC6875
+ MCFG_DEVICE_PROGRAM_MAP(t4490_map)
/* devices */
MCFG_DEVICE_ADD("pia1", PIA6821, 0)