summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author m1macrophage <168948267+m1macrophage@users.noreply.github.com>2026-02-16 03:47:39 -0800
committer GitHub <noreply@github.com>2026-02-16 12:47:39 +0100
commitf228e3056e1bdcab9df656707c8fa1adaa140342 (patch)
tree1277ec64e20cac1b4731a3628ce67ed01954a42e /scripts
parentb7c53d71b66d523131c276cf02c68271b4c1c7fb (diff)
sound/[va_eg, va_ops]: Added CEM3310 and misc stream processing helpers. (#14971)
Diffstat (limited to 'scripts')
-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
--------------------------------------------------