summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/statriv2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/statriv2.cpp')
-rw-r--r--src/mame/drivers/statriv2.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mame/drivers/statriv2.cpp b/src/mame/drivers/statriv2.cpp
index 606a4976a26..a5a1ed1d783 100644
--- a/src/mame/drivers/statriv2.cpp
+++ b/src/mame/drivers/statriv2.cpp
@@ -634,7 +634,8 @@ MACHINE_CONFIG_START(statriv2_state::statriv2)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 1.0)
MACHINE_CONFIG_END
-MACHINE_CONFIG_DERIVED(statriv2_state::statriv2v, statriv2)
+MACHINE_CONFIG_START(statriv2_state::statriv2v)
+ statriv2(config);
/* basic machine hardware */
@@ -645,7 +646,8 @@ MACHINE_CONFIG_DERIVED(statriv2_state::statriv2v, statriv2)
MCFG_GFXDECODE_MODIFY("gfxdecode", vertical)
MACHINE_CONFIG_END
-MACHINE_CONFIG_DERIVED(statriv2_state::funcsino, statriv2)
+MACHINE_CONFIG_START(statriv2_state::funcsino)
+ statriv2(config);
/* basic machine hardware */