summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/lsasquad.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/lsasquad.cpp')
-rw-r--r--src/mame/drivers/lsasquad.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/lsasquad.cpp b/src/mame/drivers/lsasquad.cpp
index 0d5de79829c..2749ac6dadb 100644
--- a/src/mame/drivers/lsasquad.cpp
+++ b/src/mame/drivers/lsasquad.cpp
@@ -606,7 +606,8 @@ MACHINE_CONFIG_START(lsasquad_state::lsasquad)
MCFG_SOUND_ROUTE(3, "mono", 0.63)
MACHINE_CONFIG_END
-MACHINE_CONFIG_DERIVED(lsasquad_state::storming, lsasquad)
+MACHINE_CONFIG_START(lsasquad_state::storming)
+ lsasquad(config);
MCFG_CPU_MODIFY("maincpu")
MCFG_CPU_PROGRAM_MAP(storming_map)