summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/starfire.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/starfire.cpp')
-rw-r--r--src/mame/drivers/starfire.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/starfire.cpp b/src/mame/drivers/starfire.cpp
index fb17eb11976..b8f42454e77 100644
--- a/src/mame/drivers/starfire.cpp
+++ b/src/mame/drivers/starfire.cpp
@@ -343,7 +343,8 @@ MACHINE_CONFIG_START(starfire_state::fireone)
MACHINE_CONFIG_END
-MACHINE_CONFIG_DERIVED(starfire_state::starfire, fireone)
+MACHINE_CONFIG_START(starfire_state::starfire)
+ fireone(config);
/* sound hardware */
MCFG_SPEAKER_STANDARD_MONO("mono")