summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/src')
-rw-r--r--scripts/src/sound.lua12
1 files changed, 12 insertions, 0 deletions
diff --git a/scripts/src/sound.lua b/scripts/src/sound.lua
index ab764d9763f..bde2f0a43b1 100644
--- a/scripts/src/sound.lua
+++ b/scripts/src/sound.lua
@@ -1202,6 +1202,18 @@ if SOUNDS["VA_EG"] then
end
--------------------------------------------------
+-- Virtual analog operations
+--@src/devices/sound/va_ops.h,SOUNDS["VA_OPS"] = true
+--------------------------------------------------
+
+if SOUNDS["VA_OPS"] then
+ files {
+ MAME_DIR .. "src/devices/sound/va_ops.cpp",
+ MAME_DIR .. "src/devices/sound/va_ops.h",
+ }
+end
+
+--------------------------------------------------
-- Virtual analog voltage-controlled amplifiers (VCAs)
--@src/devices/sound/va_vca.h,SOUNDS["VA_VCA"] = true
--------------------------------------------------