summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/policetr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/policetr.cpp')
-rw-r--r--src/mame/drivers/policetr.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/policetr.cpp b/src/mame/drivers/policetr.cpp
index 32d0866105b..95f3dec346e 100644
--- a/src/mame/drivers/policetr.cpp
+++ b/src/mame/drivers/policetr.cpp
@@ -397,7 +397,7 @@ void policetr_state::machine_start()
*
*************************************/
-static MACHINE_CONFIG_START( policetr )
+MACHINE_CONFIG_START(policetr_state::policetr)
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", R3041, MASTER_CLOCK/2)
@@ -428,7 +428,7 @@ static MACHINE_CONFIG_START( policetr )
MACHINE_CONFIG_END
-static MACHINE_CONFIG_DERIVED( sshooter, policetr )
+MACHINE_CONFIG_DERIVED(policetr_state::sshooter, policetr)
/* basic machine hardware */
MCFG_CPU_MODIFY("maincpu")