summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/saitek_mark5.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/saitek_mark5.cpp')
-rw-r--r--src/mame/drivers/saitek_mark5.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mame/drivers/saitek_mark5.cpp b/src/mame/drivers/saitek_mark5.cpp
index 827fa92d5be..f87a57bc2eb 100644
--- a/src/mame/drivers/saitek_mark5.cpp
+++ b/src/mame/drivers/saitek_mark5.cpp
@@ -50,7 +50,6 @@ TODO:
#include "machine/nvram.h"
#include "machine/sensorboard.h"
#include "sound/dac.h"
-#include "sound/volt_reg.h"
#include "video/hlcd0538.h"
#include "video/pwm.h"
@@ -444,7 +443,6 @@ void mark5_state::mark5(machine_config &config)
/* sound hardware */
SPEAKER(config, "speaker").front_center();
DAC_1BIT(config, m_dac).add_route(ALL_OUTPUTS, "speaker", 0.25);
- VOLTAGE_REGULATOR(config, "vref").add_route(0, "dac", 1.0, DAC_VREF_POS_INPUT);
}
void mark5_state::mark6(machine_config &config)