mirror of
https://github.com/holub/mame
synced 2025-04-19 23:12:11 +03:00
Fix 1942 stream output. (nw)
This commit is contained in:
parent
94f4e19770
commit
59ad71e7c7
@ -621,7 +621,7 @@ MACHINE_CONFIG_START(_1942_state::_1942)
|
||||
NETLIST_STREAM_INPUT(config, "snd_nl:cin4", 4, "R_AY2_2.R");
|
||||
NETLIST_STREAM_INPUT(config, "snd_nl:cin5", 5, "R_AY2_3.R");
|
||||
|
||||
NETLIST_STREAM_OUTPUT(config, "snd_nl", 0, "R1.1").set_mult_offset(70000.0, 0.0);
|
||||
NETLIST_STREAM_OUTPUT(config, "snd_nl:cout0", 0, "R1.1").set_mult_offset(70000.0, 0.0);
|
||||
//MCFG_NETLIST_STREAM_OUTPUT("snd_nl", 0, "VR.2")
|
||||
|
||||
MACHINE_CONFIG_END
|
||||
|
Loading…
Reference in New Issue
Block a user