summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/dgpix.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/dgpix.cpp')
-rw-r--r--src/mame/drivers/dgpix.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/dgpix.cpp b/src/mame/drivers/dgpix.cpp
index 790684a7441..42ead57bf81 100644
--- a/src/mame/drivers/dgpix.cpp
+++ b/src/mame/drivers/dgpix.cpp
@@ -428,9 +428,9 @@ void dgpix_state::machine_reset()
MACHINE_CONFIG_START(dgpix_state::dgpix)
- MCFG_CPU_ADD("maincpu", E132XT, 20000000*4) /* 4x internal multiplier */
- MCFG_CPU_PROGRAM_MAP(cpu_map)
- MCFG_CPU_IO_MAP(io_map)
+ MCFG_DEVICE_ADD("maincpu", E132XT, 20000000*4) /* 4x internal multiplier */
+ MCFG_DEVICE_PROGRAM_MAP(cpu_map)
+ MCFG_DEVICE_IO_MAP(io_map)
/*
unknown 16bit sound cpu, embedded inside the KS0164 sound chip