summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/crgolf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/crgolf.cpp')
-rw-r--r--src/mame/drivers/crgolf.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/crgolf.cpp b/src/mame/drivers/crgolf.cpp
index 3088ee9437f..515479623ad 100644
--- a/src/mame/drivers/crgolf.cpp
+++ b/src/mame/drivers/crgolf.cpp
@@ -513,7 +513,7 @@ INPUT_PORTS_END
*
*************************************/
-static MACHINE_CONFIG_START( crgolf )
+MACHINE_CONFIG_START(crgolf_state::crgolf)
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", Z80,MASTER_CLOCK/3/2)
@@ -559,7 +559,7 @@ static MACHINE_CONFIG_START( crgolf )
MACHINE_CONFIG_END
-static MACHINE_CONFIG_DERIVED( crgolfhi, crgolf )
+MACHINE_CONFIG_DERIVED(crgolf_state::crgolfhi, crgolf)
MCFG_SOUND_ADD("msm", MSM5205, 384000)
MCFG_MSM5205_VCLK_CB(WRITELINE(crgolf_state, vck_callback))
@@ -568,7 +568,7 @@ static MACHINE_CONFIG_DERIVED( crgolfhi, crgolf )
MACHINE_CONFIG_END
-static MACHINE_CONFIG_DERIVED( mastrglf, crgolfhi )
+MACHINE_CONFIG_DERIVED(crgolf_state::mastrglf, crgolfhi)
/* basic machine hardware */
MCFG_CPU_MODIFY("maincpu")