summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/sound.lua
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/src/sound.lua')
-rw-r--r--scripts/src/sound.lua13
1 files changed, 13 insertions, 0 deletions
diff --git a/scripts/src/sound.lua b/scripts/src/sound.lua
index ed9652835b2..fe1b86137cd 100644
--- a/scripts/src/sound.lua
+++ b/scripts/src/sound.lua
@@ -969,6 +969,19 @@ end
---------------------------------------------------
+-- ST-Techno custom sound chip
+--@src/devices/sound/stt_sa1.h,SOUNDS["STT_SA1"] = true
+---------------------------------------------------
+
+if (SOUNDS["STT_SA1"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/sound/stt_sa1.cpp",
+ MAME_DIR .. "src/devices/sound/stt_sa1.h",
+ }
+end
+
+
+---------------------------------------------------
-- S14001A speech synthesizer
--@src/devices/sound/s14001a.h,SOUNDS["S14001A"] = true
---------------------------------------------------