summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/cxhumax.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/cxhumax.cpp')
-rw-r--r--src/mame/drivers/cxhumax.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/cxhumax.cpp b/src/mame/drivers/cxhumax.cpp
index e4b75c11aab..d20031a3767 100644
--- a/src/mame/drivers/cxhumax.cpp
+++ b/src/mame/drivers/cxhumax.cpp
@@ -1055,8 +1055,8 @@ void cxhumax_state::machine_reset()
}
MACHINE_CONFIG_START(cxhumax_state::cxhumax)
- MCFG_CPU_ADD("maincpu", ARM920T, 180000000) // CX24175 (RevC up?)
- MCFG_CPU_PROGRAM_MAP(cxhumax_map)
+ MCFG_DEVICE_ADD("maincpu", ARM920T, 180000000) // CX24175 (RevC up?)
+ MCFG_DEVICE_PROGRAM_MAP(cxhumax_map)
MCFG_INTEL_28F320J3D_ADD("flash")