summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2018-01-06 22:38:11 -0500
committer AJR <ajrhacker@users.noreply.github.com>2018-01-10 02:11:25 -0500
commit1af133752a05079060c462e372c369ad0b7296ee (patch)
tree41c8f2164fe79eac9f5dbcfcc2d32a3cc58ab703 /scripts
parent1c6a7ab40ccd23b753777204c7a289e830b2adcb (diff)
Removal of voltage_regulator_device (nw)
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/mess.lua1
-rw-r--r--scripts/target/mame/nl.lua1
-rw-r--r--scripts/target/mame/tiny.lua1
5 files changed, 0 insertions, 15 deletions
diff --git a/scripts/src/sound.lua b/scripts/src/sound.lua
index 27bb7dbb826..2b8d756c0d4 100644
--- a/scripts/src/sound.lua
+++ b/scripts/src/sound.lua
@@ -1389,17 +1389,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 b341550bfa2..e558fed100d 100644
--- a/scripts/target/mame/arcade.lua
+++ b/scripts/target/mame/arcade.lua
@@ -261,7 +261,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/mess.lua b/scripts/target/mame/mess.lua
index dcb4ad4885e..3a2d48845b8 100644
--- a/scripts/target/mame/mess.lua
+++ b/scripts/target/mame/mess.lua
@@ -263,7 +263,6 @@ SOUNDS["VRC6"] = 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 c47cea4deb4..f288ba7b011 100644
--- a/scripts/target/mame/nl.lua
+++ b/scripts/target/mame/nl.lua
@@ -47,7 +47,6 @@ SOUNDS["TMS5220"] = true
--SOUNDS["YM3812"] = true
--SOUNDS["CEM3394"] = true
--SOUNDS["VOTRAX"] = true
-SOUNDS["VOLT_REG"] = true
--------------------------------------------------
-- specify available video cores
diff --git a/scripts/target/mame/tiny.lua b/scripts/target/mame/tiny.lua
index 1245d6baafa..0909e823e4c 100644
--- a/scripts/target/mame/tiny.lua
+++ b/scripts/target/mame/tiny.lua
@@ -43,7 +43,6 @@ SOUNDS["HC55516"] = true
SOUNDS["YM3812"] = true
SOUNDS["CEM3394"] = true
SOUNDS["VOTRAX"] = true
-SOUNDS["VOLT_REG"] = true
--------------------------------------------------
-- specify available video cores