From f228e3056e1bdcab9df656707c8fa1adaa140342 Mon Sep 17 00:00:00 2001 From: m1macrophage <168948267+m1macrophage@users.noreply.github.com> Date: Mon, 16 Feb 2026 03:47:39 -0800 Subject: sound/[va_eg, va_ops]: Added CEM3310 and misc stream processing helpers. (#14971) --- scripts/src/sound.lua | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'scripts') 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 @@ -1201,6 +1201,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 -- cgit v1.2.3