summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/alesis.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/alesis.cpp')
-rw-r--r--src/mame/audio/alesis.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mame/audio/alesis.cpp b/src/mame/audio/alesis.cpp
index 1c68948ef4c..135a301dae7 100644
--- a/src/mame/audio/alesis.cpp
+++ b/src/mame/audio/alesis.cpp
@@ -49,7 +49,6 @@ void alesis_dm3ag_device::device_add_mconfig(machine_config &config)
SPEAKER(config, "rspeaker2").front_right();
PCM54HP(config, m_dac, 0).add_route(ALL_OUTPUTS, "lspeaker1", 1.0).add_route(ALL_OUTPUTS, "rspeaker1", 1.0); // PCM54HP DAC + R63/R73-75 + Sample and hold
voltage_regulator_device &vref(VOLTAGE_REGULATOR(config, "vref"));
- vref.set_output(5.0);
vref.add_route(0, "dac", 1.0, DAC_VREF_POS_INPUT);
vref.add_route(0, "dac", -1.0, DAC_VREF_NEG_INPUT);
}