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.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/policetr.cpp b/src/mame/drivers/policetr.cpp
index 06844094d34..f3b242582d7 100644
--- a/src/mame/drivers/policetr.cpp
+++ b/src/mame/drivers/policetr.cpp
@@ -428,7 +428,8 @@ MACHINE_CONFIG_START(policetr_state::policetr)
MACHINE_CONFIG_END
-MACHINE_CONFIG_DERIVED(policetr_state::sshooter, policetr)
+MACHINE_CONFIG_START(policetr_state::sshooter)
+ policetr(config);
/* basic machine hardware */
MCFG_CPU_MODIFY("maincpu")