diff options
| author | 2018-01-13 02:05:54 +1100 | |
|---|---|---|
| committer | 2018-01-13 02:06:27 +1100 | |
| commit | ba5715596ae3e88664ed32ea3bd32fd898902c73 (patch) | |
| tree | ab43d9837f14cccbc5c51f220823bff29968d37c /scripts/src | |
| parent | 45854ff96c87baf0c5be3b5bf46fbdb28831aeb4 (diff) | |
This causes huge changes in behaviour that can't be hand-waved away.
Revert "Removal of voltage_regulator_device (nw)"
This reverts commit 1af133752a05079060c462e372c369ad0b7296ee.
Revert "New way to provide DAC reference inputs (nw)"
This reverts commit 1c6a7ab40ccd23b753777204c7a289e830b2adcb.
Diffstat (limited to 'scripts/src')
| -rw-r--r-- | scripts/src/sound.lua | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/scripts/src/sound.lua b/scripts/src/sound.lua index 2b8d756c0d4..27bb7dbb826 100644 --- a/scripts/src/sound.lua +++ b/scripts/src/sound.lua @@ -1389,6 +1389,17 @@ 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 --------------------------------------------------- |
