summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/galaxi.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/galaxi.cpp')
-rw-r--r--src/mame/drivers/galaxi.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mame/drivers/galaxi.cpp b/src/mame/drivers/galaxi.cpp
index f5bfbe25034..be98062dd6b 100644
--- a/src/mame/drivers/galaxi.cpp
+++ b/src/mame/drivers/galaxi.cpp
@@ -480,7 +480,8 @@ MACHINE_CONFIG_START(galaxi_state::galaxi)
MACHINE_CONFIG_END
-MACHINE_CONFIG_DERIVED(galaxi_state::magjoker, galaxi)
+MACHINE_CONFIG_START(galaxi_state::magjoker)
+ galaxi(config);
/* sound hardware */
MCFG_SOUND_MODIFY("oki")
@@ -491,7 +492,8 @@ MACHINE_CONFIG_DERIVED(galaxi_state::magjoker, galaxi)
MACHINE_CONFIG_END
-MACHINE_CONFIG_DERIVED(galaxi_state::lastfour, galaxi)
+MACHINE_CONFIG_START(galaxi_state::lastfour)
+ galaxi(config);
/* basic machine hardware */
MCFG_CPU_MODIFY("maincpu")