summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/extrema.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/extrema.cpp')
-rw-r--r--src/mame/drivers/extrema.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/extrema.cpp b/src/mame/drivers/extrema.cpp
index 73ba1b3fad4..f180e1ab2fe 100644
--- a/src/mame/drivers/extrema.cpp
+++ b/src/mame/drivers/extrema.cpp
@@ -50,9 +50,9 @@ INPUT_PORTS_END
MACHINE_CONFIG_START(extrema_state::extrema)
/* basic machine hardware */
- MCFG_CPU_ADD("maincpu", Z80, 6000000)
- MCFG_CPU_PROGRAM_MAP(extrema_map)
- MCFG_CPU_IO_MAP(extrema_portmap)
+ MCFG_DEVICE_ADD("maincpu", Z80, 6000000)
+ MCFG_DEVICE_PROGRAM_MAP(extrema_map)
+ MCFG_DEVICE_IO_MAP(extrema_portmap)
MACHINE_CONFIG_END