summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/meadows.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/meadows.cpp')
-rw-r--r--src/mame/drivers/meadows.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mame/drivers/meadows.cpp b/src/mame/drivers/meadows.cpp
index b5b9dd382cc..bf0dc57544a 100644
--- a/src/mame/drivers/meadows.cpp
+++ b/src/mame/drivers/meadows.cpp
@@ -121,7 +121,6 @@
#include "emu.h"
#include "includes/meadows.h"
-#include "sound/volt_reg.h"
#include "speaker.h"
#include "deadeye.lh"
@@ -649,9 +648,6 @@ void meadows_state::meadows(machine_config &config)
/* audio hardware */
SPEAKER(config, "speaker").front_center();
DAC_8BIT_R2R(config, m_dac, 0).add_route(ALL_OUTPUTS, "speaker", 0.5); // unknown DAC
- voltage_regulator_device &vref(VOLTAGE_REGULATOR(config, "vref", 0));
- vref.add_route(0, "dac", 1.0, DAC_VREF_POS_INPUT);
- vref.add_route(0, "dac", -1.0, DAC_VREF_NEG_INPUT);
SAMPLES(config, m_samples);
m_samples->set_channels(2);
@@ -710,9 +706,6 @@ void meadows_state::bowl3d(machine_config &config)
/* audio hardware */
SPEAKER(config, "speaker").front_center();
DAC_8BIT_R2R(config, m_dac, 0).add_route(ALL_OUTPUTS, "speaker", 0.5); // unknown DAC
- voltage_regulator_device &vref(VOLTAGE_REGULATOR(config, "vref", 0));
- vref.add_route(0, "dac", 1.0, DAC_VREF_POS_INPUT);
- vref.add_route(0, "dac", -1.0, DAC_VREF_NEG_INPUT);
SAMPLES(config, m_samples);
m_samples->set_channels(2);