summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/cvicny.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/cvicny.cpp')
-rw-r--r--src/mame/drivers/cvicny.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/cvicny.cpp b/src/mame/drivers/cvicny.cpp
index 6cfb22b0d95..0c5f7dd89f3 100644
--- a/src/mame/drivers/cvicny.cpp
+++ b/src/mame/drivers/cvicny.cpp
@@ -137,8 +137,8 @@ INPUT_PORTS_END
MACHINE_CONFIG_START(cvicny_state::cvicny)
/* basic machine hardware */
- MCFG_CPU_ADD("maincpu",Z80, XTAL(2'000'000))
- MCFG_CPU_PROGRAM_MAP(cvicny_mem)
+ MCFG_DEVICE_ADD("maincpu",Z80, XTAL(2'000'000))
+ MCFG_DEVICE_PROGRAM_MAP(cvicny_mem)
/* video hardware */
MCFG_DEFAULT_LAYOUT(layout_cvicny)