summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/rmhaihai.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/rmhaihai.cpp')
-rw-r--r--src/mame/drivers/rmhaihai.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mame/drivers/rmhaihai.cpp b/src/mame/drivers/rmhaihai.cpp
index e31d0caf0fe..09b84f648f5 100644
--- a/src/mame/drivers/rmhaihai.cpp
+++ b/src/mame/drivers/rmhaihai.cpp
@@ -514,7 +514,8 @@ MACHINE_CONFIG_START(rmhaihai_state::rmhaihai)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 1.0)
MACHINE_CONFIG_END
-MACHINE_CONFIG_DERIVED(rmhaihai_state::rmhaisei, rmhaihai)
+MACHINE_CONFIG_START(rmhaihai_state::rmhaisei)
+ rmhaihai(config);
/* basic machine hardware */
@@ -524,7 +525,8 @@ MACHINE_CONFIG_DERIVED(rmhaihai_state::rmhaisei, rmhaihai)
MCFG_PALETTE_ENTRIES(0x200)
MACHINE_CONFIG_END
-MACHINE_CONFIG_DERIVED(rmhaihai_state::themj, rmhaihai)
+MACHINE_CONFIG_START(rmhaihai_state::themj)
+ rmhaihai(config);
/* basic machine hardware */