summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/yunsun16.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/yunsun16.cpp')
-rw-r--r--src/mame/drivers/yunsun16.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/yunsun16.cpp b/src/mame/drivers/yunsun16.cpp
index 35d09e67ab0..3309ed60599 100644
--- a/src/mame/drivers/yunsun16.cpp
+++ b/src/mame/drivers/yunsun16.cpp
@@ -586,7 +586,7 @@ MACHINE_RESET_MEMBER(yunsun16_state, shocking)
Magic Bubble
***************************************************************************/
-static MACHINE_CONFIG_START( magicbub )
+MACHINE_CONFIG_START(yunsun16_state::magicbub)
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", M68000, XTAL_16MHz)
@@ -629,7 +629,7 @@ MACHINE_CONFIG_END
Shocking
***************************************************************************/
-static MACHINE_CONFIG_START( shocking )
+MACHINE_CONFIG_START(yunsun16_state::shocking)
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", M68000, XTAL_16MHz)