summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/re900.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/re900.cpp')
-rw-r--r--src/mame/drivers/re900.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/re900.cpp b/src/mame/drivers/re900.cpp
index 4115e38a526..46e0a0c34ec 100644
--- a/src/mame/drivers/re900.cpp
+++ b/src/mame/drivers/re900.cpp
@@ -407,7 +407,8 @@ MACHINE_CONFIG_START(re900_state::re900)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.5)
MACHINE_CONFIG_END
-MACHINE_CONFIG_DERIVED(re900_state::bs94, re900)
+MACHINE_CONFIG_START(re900_state::bs94)
+ re900(config);
/* sound hardware */
MCFG_SOUND_MODIFY("ay_re900")