summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/volt_reg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/volt_reg.cpp')
-rw-r--r--src/devices/sound/volt_reg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/volt_reg.cpp b/src/devices/sound/volt_reg.cpp
index 12f3ed31130..aade7ddff01 100644
--- a/src/devices/sound/volt_reg.cpp
+++ b/src/devices/sound/volt_reg.cpp
@@ -23,7 +23,7 @@ voltage_regulator_device::voltage_regulator_device(const machine_config &mconfig
device_t(mconfig, VOLTAGE_REGULATOR, tag, owner, clock),
device_sound_interface(mconfig, *this),
m_stream(nullptr),
- m_output(0)
+ m_output(0x7fff)
{
}