summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2017-09-13 21:03:22 -0400
committer AJR <ajrhacker@users.noreply.github.com>2017-09-13 21:04:42 -0400
commitd72047c703f1ca0ca470e6981b471cb3d2ba4906 (patch)
treecb5f27571db46cc6daabd0be66acb014b948cf61
parent095f682d54c61f1c82467a5e5a54d7a16d861a81 (diff)
wndrplnt: Fix soundlatch-related regression (nw)
-rw-r--r--src/mame/drivers/karnov.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/drivers/karnov.cpp b/src/mame/drivers/karnov.cpp
index 19eba35427a..20009115d13 100644
--- a/src/mame/drivers/karnov.cpp
+++ b/src/mame/drivers/karnov.cpp
@@ -916,6 +916,7 @@ static MACHINE_CONFIG_START( wndrplnt )
MCFG_SPEAKER_STANDARD_MONO("mono")
MCFG_GENERIC_LATCH_8_ADD("soundlatch")
+ MCFG_GENERIC_LATCH_DATA_PENDING_CB(INPUTLINE("audiocpu", INPUT_LINE_NMI))
MCFG_SOUND_ADD("ym1", YM2203, 1500000)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.25)