summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/qvt70.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/qvt70.cpp')
-rw-r--r--src/mame/drivers/qvt70.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/qvt70.cpp b/src/mame/drivers/qvt70.cpp
index 802b8af3bfb..80538e530ca 100644
--- a/src/mame/drivers/qvt70.cpp
+++ b/src/mame/drivers/qvt70.cpp
@@ -32,8 +32,8 @@ static INPUT_PORTS_START( qvt70 )
INPUT_PORTS_END
MACHINE_CONFIG_START(qvt70_state::qvt70)
- MCFG_CPU_ADD("maincpu", Z80, 2'000'000)
- MCFG_CPU_PROGRAM_MAP(mem_map)
+ MCFG_DEVICE_ADD("maincpu", Z80, 2'000'000)
+ MCFG_DEVICE_PROGRAM_MAP(mem_map)
MACHINE_CONFIG_END
/**************************************************************************************************************