summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/superchs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/superchs.cpp')
-rw-r--r--src/mame/drivers/superchs.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/superchs.cpp b/src/mame/drivers/superchs.cpp
index 81328c73df7..4e80d9a643e 100644
--- a/src/mame/drivers/superchs.cpp
+++ b/src/mame/drivers/superchs.cpp
@@ -286,7 +286,8 @@ MACHINE_CONFIG_START(superchs_state::superchs)
MCFG_DEVICE_ADD("taito_en", TAITO_EN, 0)
MACHINE_CONFIG_END
-MACHINE_CONFIG_DERIVED(superchs_state::chase3, superchs)
+MACHINE_CONFIG_START(superchs_state::chase3)
+ superchs(config);
MCFG_CPU_MODIFY("sub")
MCFG_CPU_PROGRAM_MAP(chase3_cpub_map)