summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/hh_ucom4.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/hh_ucom4.cpp')
-rw-r--r--src/mame/drivers/hh_ucom4.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/hh_ucom4.cpp b/src/mame/drivers/hh_ucom4.cpp
index e4644c633bf..f32419d881e 100644
--- a/src/mame/drivers/hh_ucom4.cpp
+++ b/src/mame/drivers/hh_ucom4.cpp
@@ -1427,7 +1427,8 @@ MACHINE_CONFIG_START(galaxy2_state::galaxy2)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.25)
MACHINE_CONFIG_END
-MACHINE_CONFIG_DERIVED(galaxy2_state::galaxy2b, galaxy2)
+MACHINE_CONFIG_START(galaxy2_state::galaxy2b)
+ galaxy2(config);
/* video hardware */
MCFG_SCREEN_MODIFY("screen")