summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/sound.lua
diff options
context:
space:
mode:
author Michael Zapf <github@mizapf.de>2026-04-17 15:21:32 +0200
committer Michael Zapf <github@mizapf.de>2026-04-17 15:21:32 +0200
commitd3d82c776740320dc29eca249f8cd5b1ae4d1b40 (patch)
tree96d2ab1e717f8fa20f73713a95c3f4ce3fecb4e8 /scripts/src/sound.lua
parent0b24b4c2f6052cea7d612408f4baa58ed63ee290 (diff)
parent0034dde186fa6f594125ac3dc2b5977f18e7a062 (diff)
Merge branch 'master' into floppysound
Diffstat (limited to 'scripts/src/sound.lua')
-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 95283d41ba7..8d9f8fdd832 100644
--- a/scripts/src/sound.lua
+++ b/scripts/src/sound.lua
@@ -220,6 +220,18 @@ if SOUNDS["CEM3320"] then
end
---------------------------------------------------
+-- CEM 3340 voltage-controlled oscillator chip
+--@src/devices/sound/cem3340.h,SOUNDS["CEM3340"] = true
+---------------------------------------------------
+
+if SOUNDS["CEM3340"] then
+ files {
+ MAME_DIR .. "src/devices/sound/cem3340.cpp",
+ MAME_DIR .. "src/devices/sound/cem3340.h",
+ }
+end
+
+---------------------------------------------------
-- CEM 3360 dual voltage-controlled amplifier chip
--@src/devices/sound/cem3320.h,SOUNDS["CEM3360"] = true
---------------------------------------------------