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.lua12
1 files changed, 12 insertions, 0 deletions
diff --git a/scripts/src/sound.lua b/scripts/src/sound.lua
index bcbc9749c4b..c28d9bf0d71 100644
--- a/scripts/src/sound.lua
+++ b/scripts/src/sound.lua
@@ -1605,3 +1605,15 @@ if (SOUNDS["RP2C33_SOUND"]~=null) then
MAME_DIR .. "src/devices/sound/rp2c33_snd.h",
}
end
+
+---------------------------------------------------
+--
+--@src/devices/sound/tt5665.h,SOUNDS["TT5665"] = true
+---------------------------------------------------
+
+if (SOUNDS["TT5665"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/sound/tt5665.cpp",
+ MAME_DIR .. "src/devices/sound/tt5665.h",
+ }
+end