mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
fix sound in missb2 and bublpong (nw)
This commit is contained in:
parent
8df5f1e974
commit
7ffd4ab12c
1 changed files with 1 additions and 1 deletions
|
@ -496,7 +496,7 @@ static MACHINE_CONFIG_START( missb2 )
|
|||
MCFG_INPUT_MERGER_OUTPUT_HANDLER(INPUTLINE("audiocpu", INPUT_LINE_NMI))
|
||||
|
||||
MCFG_GENERIC_LATCH_8_ADD("main_to_sound")
|
||||
MCFG_GENERIC_LATCH_DATA_PENDING_CB(DEVWRITELINE("soundnmi", input_merger_device, in_w<0>))
|
||||
MCFG_GENERIC_LATCH_DATA_PENDING_CB(DEVWRITELINE("soundnmi", input_merger_device, in_w<1>))
|
||||
|
||||
MCFG_GENERIC_LATCH_8_ADD("sound_to_main")
|
||||
|
||||
|
|
Loading…
Reference in a new issue