summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/polyplay.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/polyplay.cpp')
-rw-r--r--src/mame/drivers/polyplay.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/polyplay.cpp b/src/mame/drivers/polyplay.cpp
index 4b1b37e89eb..3359d232fea 100644
--- a/src/mame/drivers/polyplay.cpp
+++ b/src/mame/drivers/polyplay.cpp
@@ -308,7 +308,7 @@ GFXDECODE_END
/* the machine driver */
-static MACHINE_CONFIG_START( polyplay_zre )
+MACHINE_CONFIG_START(polyplay_state::polyplay_zre)
/* basic machine hardware */
MCFG_CPU_ADD(Z80CPU_TAG, Z80, POLYPLAY_MAIN_CLOCK / 4) /* UB880D */
MCFG_Z80_DAISY_CHAIN(daisy_chain_zre)
@@ -350,7 +350,7 @@ static MACHINE_CONFIG_START( polyplay_zre )
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.5)
MACHINE_CONFIG_END
-static MACHINE_CONFIG_START( polyplay_zrepp )
+MACHINE_CONFIG_START(polyplay_state::polyplay_zrepp)
MCFG_FRAGMENT_ADD( polyplay_zre )
/* basic machine hardware */