summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/shangkid.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/shangkid.cpp')
-rw-r--r--src/mame/drivers/shangkid.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/shangkid.cpp b/src/mame/drivers/shangkid.cpp
index 192fbff73eb..65e30df2195 100644
--- a/src/mame/drivers/shangkid.cpp
+++ b/src/mame/drivers/shangkid.cpp
@@ -422,7 +422,8 @@ MACHINE_CONFIG_START(shangkid_state::chinhero)
MACHINE_CONFIG_END
-MACHINE_CONFIG_DERIVED(shangkid_state::shangkid, chinhero)
+MACHINE_CONFIG_START(shangkid_state::shangkid)
+ chinhero(config);
/* basic machine hardware */
MCFG_CPU_MODIFY("maincpu")