summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src
diff options
context:
space:
mode:
author Ryan Holtz <ryan.holtz@arrowheadgs.com>2020-12-31 19:18:24 +0100
committer Ryan Holtz <ryan.holtz@arrowheadgs.com>2020-12-31 19:18:54 +0100
commit139f044859484fa7c0f2e319bbb65e06e534aba6 (patch)
treed3e3d54481c79cc8b180630c5aa15f58ffcd5728 /scripts/src
parenteb602d3871f717eb1974348dd8a00b80cba3092c (diff)
-arm7: Added optional logging for Windows CE calls. [Ryan Holtz]
-uda1344: Added skeleton audio device for Philips UDA13444 Codec. [Ryan Holtz] -sa1111: Hooked up basic L3 audio transceiver support. [Ryan Holtz]
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 4d5f53de389..9844605eeae 100644
--- a/scripts/src/sound.lua
+++ b/scripts/src/sound.lua
@@ -1606,3 +1606,15 @@ if (SOUNDS["TT5665"]~=null) then
MAME_DIR .. "src/devices/sound/tt5665.h",
}
end
+
+---------------------------------------------------
+--
+--@src/devices/sound/uda1344.h,SOUNDS["UDA1344"] = true
+---------------------------------------------------
+
+if (SOUNDS["UDA1344"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/sound/uda1344.cpp",
+ MAME_DIR .. "src/devices/sound/uda1344.h",
+ }
+end