summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/capcom.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/capcom.cpp')
-rw-r--r--src/mame/drivers/capcom.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/capcom.cpp b/src/mame/drivers/capcom.cpp
index 9cbc14466ad..0fd1f2a7c20 100644
--- a/src/mame/drivers/capcom.cpp
+++ b/src/mame/drivers/capcom.cpp
@@ -48,8 +48,8 @@ DRIVER_INIT_MEMBER(capcom_state,capcom)
MACHINE_CONFIG_START(capcom_state::capcom)
/* basic machine hardware */
- MCFG_CPU_ADD("maincpu", M68000, 16670000) // M68306
- MCFG_CPU_PROGRAM_MAP(capcom_map)
+ MCFG_DEVICE_ADD("maincpu", M68000, 16670000) // M68306
+ MCFG_DEVICE_PROGRAM_MAP(capcom_map)
MACHINE_CONFIG_END
/*-------------------------------------------------------------------