summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
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 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
---------------------------------------------------