diff options
author | 2020-10-20 07:59:34 -0700 | |
---|---|---|
committer | 2020-10-20 10:59:34 -0400 | |
commit | 89dbabd04d00674a0c33d750fb381aba1d8cdf16 (patch) | |
tree | d040a7ed9a39f098afd39b52f58e06169a60adc0 /scripts/src | |
parent | b6d87c5b2384b19fec058d2a67908c89fe5f8b73 (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/src')
-rw-r--r-- | scripts/src/sound.lua | 11 |
1 files changed, 0 insertions, 11 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 --------------------------------------------------- |