mirror of
https://github.com/holub/mame
synced 2025-04-26 18:23:08 +03:00
wndrplnt: Fix soundlatch-related regression (nw)
This commit is contained in:
parent
095f682d54
commit
d72047c703
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user