diff options
| author | 2026-02-16 03:47:39 -0800 | |
|---|---|---|
| committer | 2026-02-16 12:47:39 +0100 | |
| commit | f228e3056e1bdcab9df656707c8fa1adaa140342 (patch) | |
| tree | 1277ec64e20cac1b4731a3628ce67ed01954a42e /scripts | |
| parent | b7c53d71b66d523131c276cf02c68271b4c1c7fb (diff) | |
sound/[va_eg, va_ops]: Added CEM3310 and misc stream processing helpers. (#14971)
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/src/sound.lua | 12 |
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 -------------------------------------------------- |
