summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/atari_s2.cpp
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2019-02-19 14:21:40 +0100
committer hap <happppp@users.noreply.github.com>2019-02-19 14:22:06 +0100
commitd85f8b5d0ded785f0d5abe913fecf47586df9b32 (patch)
tree5af95be6f03f1dd77c330658c4c80f5b518ad5b0 /src/mame/drivers/atari_s2.cpp
parentaef98d52ed42aaf67b0c48708111b81ca86b6a99 (diff)
volt_reg: set default m_output (nw)
Diffstat (limited to 'src/mame/drivers/atari_s2.cpp')
-rw-r--r--src/mame/drivers/atari_s2.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mame/drivers/atari_s2.cpp b/src/mame/drivers/atari_s2.cpp
index 7f90dcdbfd9..46db7f2d67c 100644
--- a/src/mame/drivers/atari_s2.cpp
+++ b/src/mame/drivers/atari_s2.cpp
@@ -494,7 +494,6 @@ void atari_s2_state::atari_s2(machine_config &config)
DAC_4BIT_BINARY_WEIGHTED(config, m_dac, 0).add_route(ALL_OUTPUTS, "speaker", 0.15); // r23-r26 (68k,33k,18k,8.2k)
DAC_3BIT_BINARY_WEIGHTED(config, m_dac1, 0).add_route(ALL_OUTPUTS, "speaker", 0.15); // r18-r20 (100k,47k,100k)
voltage_regulator_device &vref(VOLTAGE_REGULATOR(config, "vref"));
- vref.set_output(5.0);
vref.add_route(0, "dac", 1.0, DAC_VREF_POS_INPUT).add_route(0, "dac", -1.0, DAC_VREF_NEG_INPUT);
vref.add_route(0, "dac1", 1.0, DAC_VREF_POS_INPUT).add_route(0, "dac1", -1.0, DAC_VREF_NEG_INPUT);