diff options
Diffstat (limited to 'src/mame/audio/targ.cpp')
-rw-r--r-- | src/mame/audio/targ.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mame/audio/targ.cpp b/src/mame/audio/targ.cpp index 77d2c1fb150..d83b665955f 100644 --- a/src/mame/audio/targ.cpp +++ b/src/mame/audio/targ.cpp @@ -188,7 +188,6 @@ void exidy_state::spectar_audio(machine_config &config) DAC_1BIT(config, m_dac, 0).add_route(ALL_OUTPUTS, "speaker", 0.99); voltage_regulator_device &vref(VOLTAGE_REGULATOR(config, "vref", 0)); - vref.set_output(5.0); vref.add_route(0, "dac", 1.0, DAC_VREF_POS_INPUT); } @@ -204,6 +203,5 @@ void exidy_state::targ_audio(machine_config &config) DAC_1BIT(config, m_dac, 0).add_route(ALL_OUTPUTS, "speaker", 0.99); voltage_regulator_device &vref(VOLTAGE_REGULATOR(config, "vref", 0)); - vref.set_output(5.0); vref.add_route(0, "dac", 1.0, DAC_VREF_POS_INPUT); } |