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 4364a2cc76f..2bc21262fc9 100644
--- a/src/mame/drivers/wecleman.cpp
+++ b/src/mame/drivers/wecleman.cpp
@@ -1070,7 +1070,7 @@ MACHINE_RESET_MEMBER(wecleman_state,wecleman)
m_k007232->set_bank( 0, 1 );
}
-static MACHINE_CONFIG_START( wecleman )
+MACHINE_CONFIG_START(wecleman_state::wecleman)
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", M68000, 10000000) /* Schems show 10MHz */
@@ -1141,7 +1141,7 @@ MACHINE_RESET_MEMBER(wecleman_state,hotchase)
}
-static MACHINE_CONFIG_START( hotchase )
+MACHINE_CONFIG_START(wecleman_state::hotchase)
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", M68000, 10000000) /* 10 MHz - PCB is drawn in one set's readme */