summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/wecleman.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/wecleman.cpp')
-rw-r--r--src/mame/drivers/wecleman.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/wecleman.cpp b/src/mame/drivers/wecleman.cpp
index b2fcacb7b70..e489f9beaae 100644
--- a/src/mame/drivers/wecleman.cpp
+++ b/src/mame/drivers/wecleman.cpp
@@ -1069,7 +1069,7 @@ MACHINE_RESET_MEMBER(wecleman_state,wecleman)
m_k007232->set_bank( 0, 1 );
}
-static MACHINE_CONFIG_START( wecleman, wecleman_state )
+static MACHINE_CONFIG_START( wecleman )
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", M68000, 10000000) /* Schems show 10MHz */
@@ -1140,7 +1140,7 @@ MACHINE_RESET_MEMBER(wecleman_state,hotchase)
}
-static MACHINE_CONFIG_START( hotchase, wecleman_state )
+static MACHINE_CONFIG_START( hotchase )
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", M68000, 10000000) /* 10 MHz - PCB is drawn in one set's readme */