summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/destroyr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/destroyr.cpp')
-rw-r--r--src/mame/drivers/destroyr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/destroyr.cpp b/src/mame/drivers/destroyr.cpp
index dc2c362a920..8d328ae2003 100644
--- a/src/mame/drivers/destroyr.cpp
+++ b/src/mame/drivers/destroyr.cpp
@@ -532,7 +532,7 @@ void destroyr_state::destroyr(machine_config &config)
NETLIST_LOGIC_INPUT(config, "sound_nl:hexplo", "HE.IN", 0);
NETLIST_LOGIC_INPUT(config, "sound_nl:lexplo", "LE.IN", 0);
- NETLIST_STREAM_OUTPUT(config, "sound_nl:cout0", 0, "OUTPUT").set_mult_offset(32767.0, 0.0);
+ NETLIST_STREAM_OUTPUT(config, "sound_nl:cout0", 0, "OUTPUT").set_mult_offset(1.0, 0.0);
}