summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/m52.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/m52.cpp')
-rw-r--r--src/mame/drivers/m52.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/m52.cpp b/src/mame/drivers/m52.cpp
index 8b3c336f057..6ba0cc8acfb 100644
--- a/src/mame/drivers/m52.cpp
+++ b/src/mame/drivers/m52.cpp
@@ -392,7 +392,7 @@ void m52_state::machine_reset()
m_bgcontrol = 0;
}
-static MACHINE_CONFIG_START( m52 )
+MACHINE_CONFIG_START(m52_state::m52)
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", Z80, MASTER_CLOCK/6)
@@ -418,7 +418,7 @@ static MACHINE_CONFIG_START( m52 )
MACHINE_CONFIG_END
-static MACHINE_CONFIG_DERIVED( alpha1v, m52 )
+MACHINE_CONFIG_DERIVED(m52_state::alpha1v, m52)
/* basic machine hardware */
MCFG_CPU_MODIFY("maincpu")