summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/twincobr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/twincobr.cpp')
-rw-r--r--src/mame/drivers/twincobr.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mame/drivers/twincobr.cpp b/src/mame/drivers/twincobr.cpp
index 89791e00d09..c3525851b5b 100644
--- a/src/mame/drivers/twincobr.cpp
+++ b/src/mame/drivers/twincobr.cpp
@@ -721,7 +721,8 @@ MACHINE_CONFIG_START(twincobr_state::twincobr)
MACHINE_CONFIG_END
-MACHINE_CONFIG_DERIVED(twincobr_state::fshark, twincobr)
+MACHINE_CONFIG_START(twincobr_state::fshark)
+ twincobr(config);
MCFG_DEVICE_MODIFY("mainlatch")
MCFG_ADDRESSABLE_LATCH_Q6_OUT_CB(NOOP)
@@ -733,7 +734,8 @@ MACHINE_CONFIG_DERIVED(twincobr_state::fshark, twincobr)
MACHINE_CONFIG_END
-MACHINE_CONFIG_DERIVED(twincobr_state::fsharkbt, fshark)
+MACHINE_CONFIG_START(twincobr_state::fsharkbt)
+ fshark(config);
MCFG_CPU_ADD("mcu", I8741, XTAL(28'000'000)/16)
/* Program Map is internal to the CPU */