summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author Aaron Giles <aaronsgiles@users.noreply.github.com>2020-10-20 07:59:34 -0700
committer GitHub <noreply@github.com>2020-10-20 10:59:34 -0400
commit89dbabd04d00674a0c33d750fb381aba1d8cdf16 (patch)
treed040a7ed9a39f098afd39b52f58e06169a60adc0 /scripts
parentb6d87c5b2384b19fec058d2a67908c89fe5f8b73 (diff)
volt_reg: Remove uses that are not needed anymore with the recent (#7367)
DAC changes. Which is all of them. Remove the device as well.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/src/sound.lua11
-rw-r--r--scripts/target/mame/arcade.lua1
-rw-r--r--scripts/target/mame/ci.lua1
-rw-r--r--scripts/target/mame/mess.lua1
-rw-r--r--scripts/target/mame/nl.lua1
-rw-r--r--scripts/target/mame/tiny.lua1
-rw-r--r--scripts/target/mame/virtual.lua1
7 files changed, 0 insertions, 17 deletions
diff --git a/scripts/src/sound.lua b/scripts/src/sound.lua
index c28d9bf0d71..4d5f53de389 100644
--- a/scripts/src/sound.lua
+++ b/scripts/src/sound.lua
@@ -1417,17 +1417,6 @@ if (SOUNDS["PCD3311"]~=null) then
end
---------------------------------------------------
--- Voltage Regulator
---@src/devices/sound/volt_reg.h,SOUNDS["VOLT_REG"] = true
----------------------------------------------------
-if (SOUNDS["VOLT_REG"]~=null) then
- files {
- MAME_DIR .. "src/devices/sound/volt_reg.cpp",
- MAME_DIR .. "src/devices/sound/volt_reg.h",
- }
-end
-
----------------------------------------------------
-- DAC-76 COMDAC
--@src/devices/sound/dac76.h,SOUNDS["DAC76"] = true
---------------------------------------------------
diff --git a/scripts/target/mame/arcade.lua b/scripts/target/mame/arcade.lua
index 91f71a55c1c..beb20b94ab3 100644
--- a/scripts/target/mame/arcade.lua
+++ b/scripts/target/mame/arcade.lua
@@ -274,7 +274,6 @@ SOUNDS["ES1373"] = true
SOUNDS["L7A1045"] = true
SOUNDS["AD1848"] = true
--SOUNDS["UPD1771"] = true
-SOUNDS["VOLT_REG"] = true
SOUNDS["MEA8000"] = true
SOUNDS["DAC76"] = true
SOUNDS["TA7630"] = true
diff --git a/scripts/target/mame/ci.lua b/scripts/target/mame/ci.lua
index d4f1014864d..6af7a666f76 100644
--- a/scripts/target/mame/ci.lua
+++ b/scripts/target/mame/ci.lua
@@ -47,7 +47,6 @@ SOUNDS["HC55516"] = true
SOUNDS["YM3812"] = true
SOUNDS["CEM3394"] = true
SOUNDS["VOTRAX"] = true
-SOUNDS["VOLT_REG"] = true
SOUNDS["DMADAC"] = true
SOUNDS["CDDA"] = true
SOUNDS["POKEY"] = true
diff --git a/scripts/target/mame/mess.lua b/scripts/target/mame/mess.lua
index 5bbfbd61ee6..eb9d4b60704 100644
--- a/scripts/target/mame/mess.lua
+++ b/scripts/target/mame/mess.lua
@@ -295,7 +295,6 @@ SOUNDS["L7A1045"] = true
SOUNDS["UPD1771"] = true
SOUNDS["GB_SOUND"] = true
SOUNDS["PCD3311"] = true
-SOUNDS["VOLT_REG"] = true
SOUNDS["MEA8000"] = true
--SOUNDS["DAC76"] = true
--SOUNDS["MM5837"] = true
diff --git a/scripts/target/mame/nl.lua b/scripts/target/mame/nl.lua
index 15306b6d881..e39bf03df15 100644
--- a/scripts/target/mame/nl.lua
+++ b/scripts/target/mame/nl.lua
@@ -54,7 +54,6 @@ SOUNDS["UPD7759"] = true
SOUNDS["YM2151"] = true
SOUNDS["YM2413"] = true
SOUNDS["BEEP"] = true
-SOUNDS["VOLT_REG"] = true
SOUNDS["SPEAKER"] = true
SOUNDS["DIGITALKER"] = true
SOUNDS["SN76477"] = true
diff --git a/scripts/target/mame/tiny.lua b/scripts/target/mame/tiny.lua
index 89d3e36284f..9734cffa0c9 100644
--- a/scripts/target/mame/tiny.lua
+++ b/scripts/target/mame/tiny.lua
@@ -44,7 +44,6 @@ SOUNDS["HC55516"] = true
SOUNDS["YM3812"] = true
SOUNDS["CEM3394"] = true
SOUNDS["VOTRAX"] = true
-SOUNDS["VOLT_REG"] = true
--------------------------------------------------
-- specify available video cores
diff --git a/scripts/target/mame/virtual.lua b/scripts/target/mame/virtual.lua
index 2c7760fdb7c..7f386b34fec 100644
--- a/scripts/target/mame/virtual.lua
+++ b/scripts/target/mame/virtual.lua
@@ -47,7 +47,6 @@ SOUNDS["RF5C68"] = true
SOUNDS["SAA1099"] = true
SOUNDS["SCSP"] = true
SOUNDS["DAC"] = true
-SOUNDS["VOLT_REG"] = true
SOUNDS["SEGAPCM"] = true
SOUNDS["SN76496"] = true
SOUNDS["UPD7759"] = true