summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mermaid.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mermaid.cpp')
-rw-r--r--src/mame/drivers/mermaid.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/mermaid.cpp b/src/mame/drivers/mermaid.cpp
index ec4cdbd97dc..c1afb47bd57 100644
--- a/src/mame/drivers/mermaid.cpp
+++ b/src/mame/drivers/mermaid.cpp
@@ -470,7 +470,8 @@ MACHINE_CONFIG_START(mermaid_state::mermaid)
MACHINE_CONFIG_END
-MACHINE_CONFIG_DERIVED(mermaid_state::rougien, mermaid)
+MACHINE_CONFIG_START(mermaid_state::rougien)
+ mermaid(config);
MCFG_DEVICE_MODIFY("latch1")
MCFG_ADDRESSABLE_LATCH_Q2_OUT_CB(WRITELINE(mermaid_state, rougien_sample_playback_w))