diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/src/sound.lua | 11 | ||||
-rw-r--r-- | scripts/target/mame/arcade.lua | 1 | ||||
-rw-r--r-- | scripts/target/mame/ci.lua | 1 | ||||
-rw-r--r-- | scripts/target/mame/mess.lua | 1 | ||||
-rw-r--r-- | scripts/target/mame/nl.lua | 1 | ||||
-rw-r--r-- | scripts/target/mame/tiny.lua | 1 | ||||
-rw-r--r-- | scripts/target/mame/virtual.lua | 1 |
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 |