summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/hyhoo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/hyhoo.cpp')
-rw-r--r--src/mame/drivers/hyhoo.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/hyhoo.cpp b/src/mame/drivers/hyhoo.cpp
index 784bbaf5048..e2350e9a91c 100644
--- a/src/mame/drivers/hyhoo.cpp
+++ b/src/mame/drivers/hyhoo.cpp
@@ -260,7 +260,8 @@ MACHINE_CONFIG_START(hyhoo_state::hyhoo)
MACHINE_CONFIG_END
-MACHINE_CONFIG_DERIVED(hyhoo_state::hyhoo2, hyhoo)
+MACHINE_CONFIG_START(hyhoo_state::hyhoo2)
+ hyhoo(config);
MCFG_DEVICE_MODIFY("nb1413m3")
MCFG_NB1413M3_TYPE( NB1413M3_HYHOO2 )
MACHINE_CONFIG_END