summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/aaa.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/aaa.cpp')
-rw-r--r--src/mame/drivers/aaa.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/aaa.cpp b/src/mame/drivers/aaa.cpp
index 3b0de2545cc..128abf974bf 100644
--- a/src/mame/drivers/aaa.cpp
+++ b/src/mame/drivers/aaa.cpp
@@ -43,9 +43,9 @@ static INPUT_PORTS_START( aaa )
INPUT_PORTS_END
MACHINE_CONFIG_START(aaa_state::aaa)
- MCFG_CPU_ADD("maincpu", Z80, 2'000'000)
- MCFG_CPU_PROGRAM_MAP(mem_map)
- MCFG_CPU_IO_MAP(io_map)
+ MCFG_DEVICE_ADD("maincpu", Z80, 2'000'000)
+ MCFG_DEVICE_PROGRAM_MAP(mem_map)
+ MCFG_DEVICE_IO_MAP(io_map)
MACHINE_CONFIG_END
/**************************************************************************************************************