summaryrefslogtreecommitdiffstatshomepage
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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/capcom.cpp b/src/mame/drivers/capcom.cpp
index 182a071247b..1baa5e309c8 100644
--- a/src/mame/drivers/capcom.cpp
+++ b/src/mame/drivers/capcom.cpp
@@ -43,7 +43,7 @@ DRIVER_INIT_MEMBER(capcom_state,capcom)
{
}
-static MACHINE_CONFIG_START( capcom, capcom_state )
+static MACHINE_CONFIG_START( capcom )
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", M68000, 16670000) // M68306
MCFG_CPU_PROGRAM_MAP(capcom_map)