Fix 1942 stream output. (nw)

This commit is contained in:
couriersud 2019-04-14 00:46:44 +02:00
parent 94f4e19770
commit 59ad71e7c7

View File

@ -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