summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/src')
-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 5d5bd768f65..ed8e9ad9a0d 100644
--- a/scripts/src/sound.lua
+++ b/scripts/src/sound.lua
@@ -1102,6 +1102,18 @@ end
---------------------------------------------------
+-- Texas Instruments TMS3631
+--@src/devices/sound/tms3631.h,SOUNDS["TMS3631"] = true
+---------------------------------------------------
+
+if (SOUNDS["TMS3631"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/sound/tms3631.cpp",
+ MAME_DIR .. "src/devices/sound/tms3631.h",
+ }
+end
+
+---------------------------------------------------
-- Texas Instruments TMS5100-series speech synthesizers
--@src/devices/sound/tms5110.h,SOUNDS["TMS5110"] = true
---------------------------------------------------