summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/fidel_chesster.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/fidel_chesster.cpp')
-rw-r--r--src/mame/drivers/fidel_chesster.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mame/drivers/fidel_chesster.cpp b/src/mame/drivers/fidel_chesster.cpp
index 8830bc63b06..04c3f2f080f 100644
--- a/src/mame/drivers/fidel_chesster.cpp
+++ b/src/mame/drivers/fidel_chesster.cpp
@@ -155,7 +155,6 @@ void chesster_state::chesster(machine_config &config)
SPEAKER(config, "speaker").front_center();
DAC_8BIT_R2R(config, "dac8", 0).add_route(ALL_OUTPUTS, "speaker", 0.5); // m74hc374b1.ic1 + 8l513_02.z2
voltage_regulator_device &vref(VOLTAGE_REGULATOR(config, "vref"));
- vref.set_output(5.0);
vref.add_route(0, "dac8", 1.0, DAC_VREF_POS_INPUT);
vref.add_route(0, "dac8", -1.0, DAC_VREF_NEG_INPUT);
}