summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/caprcyc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/caprcyc.cpp')
-rw-r--r--src/mame/drivers/caprcyc.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/caprcyc.cpp b/src/mame/drivers/caprcyc.cpp
index 0c9be4059b7..5a693c1d2d2 100644
--- a/src/mame/drivers/caprcyc.cpp
+++ b/src/mame/drivers/caprcyc.cpp
@@ -66,8 +66,8 @@ INPUT_PORTS_END
MACHINE_CONFIG_START(caprcyc_state::caprcyc)
/* basic machine hardware */
- MCFG_CPU_ADD("maincpu", VR4300BE, 100000000) // cpu configuration is unknown
- MCFG_CPU_PROGRAM_MAP(caprcyc_map)
+ MCFG_DEVICE_ADD("maincpu", VR4300BE, 100000000) // cpu configuration is unknown
+ MCFG_DEVICE_PROGRAM_MAP(caprcyc_map)
/* no video! */