summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author angelosa <lordkale4@gmail.com>2025-10-29 14:45:22 +0100
committer angelosa <lordkale4@gmail.com>2025-10-29 14:45:22 +0100
commit126ae166b4c36db71eee84b40aec2a296db91c3a (patch)
tree20e97e76f3831dbe805116331ea2288da8b09bbf /scripts
parent8df6a1878230bb72ff100228a9e5666196068337 (diff)
bus/pc98_cbus/pc9801_14.cpp: hookup TMS3631 stub
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 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
---------------------------------------------------