summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mac128.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mac128.cpp')
-rw-r--r--src/mame/drivers/mac128.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mame/drivers/mac128.cpp b/src/mame/drivers/mac128.cpp
index 59d19444d38..3364f1085f6 100644
--- a/src/mame/drivers/mac128.cpp
+++ b/src/mame/drivers/mac128.cpp
@@ -1362,7 +1362,6 @@ void mac128_state::mac512ke(machine_config &config)
SPEAKER(config, "speaker").front_center();
DAC_8BIT_PWM(config, m_dac, 0).add_route(ALL_OUTPUTS, "speaker", 0.25); // 2 x ls161
voltage_regulator_device &vreg(VOLTAGE_REGULATOR(config, "vref"));
- vreg.set_output(5.0);
vreg.add_route(0, DAC_TAG, 1.0, DAC_VREF_POS_INPUT);
vreg.add_route(0, DAC_TAG, -1.0, DAC_VREF_NEG_INPUT);