summaryrefslogtreecommitdiffstats
path: root/docs/release/scripts/src/sound.lua
diff options
context:
space:
mode:
author Robbbert <Robbbert@users.noreply.github.com>2019-04-24 13:51:22 +1000
committer Robbbert <Robbbert@users.noreply.github.com>2019-04-24 13:51:22 +1000
commit296043b5d1e04f2d92c6ef566e42f3ea8e0eb513 (patch)
tree6563acbb02aaf1fc39ab14f3a75d8c51db3ff7a1 /docs/release/scripts/src/sound.lua
parent58ec034d2fa07ff56d699dee89b116cb658dc108 (diff)
0.209 Release filestag209
Diffstat (limited to 'docs/release/scripts/src/sound.lua')
-rw-r--r--docs/release/scripts/src/sound.lua20
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/release/scripts/src/sound.lua b/docs/release/scripts/src/sound.lua
index f2d6c9b979d..cc24f2ba57f 100644
--- a/docs/release/scripts/src/sound.lua
+++ b/docs/release/scripts/src/sound.lua
@@ -590,6 +590,7 @@ end
---------------------------------------------------
-- Namco custom sound chips
--@src/devices/sound/namco.h,SOUNDS["NAMCO"] = true
+--@src/devices/sound/namco_163.h,SOUNDS["NAMCO_163"] = true
--@src/devices/sound/n63701x.h,SOUNDS["NAMCO_63701X"] = true
--@src/devices/sound/c140.h,SOUNDS["C140"] = true
--@src/devices/sound/c352.h,SOUNDS["C352"] = true
@@ -602,6 +603,13 @@ if (SOUNDS["NAMCO"]~=null or SOUNDS["NAMCO_15XX"]~=null or SOUNDS["NAMCO_CUS30"]
}
end
+if (SOUNDS["NAMCO_163"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/sound/namco_163.cpp",
+ MAME_DIR .. "src/devices/sound/namco_163.h",
+ }
+end
+
if (SOUNDS["NAMCO_63701X"]~=null) then
files {
MAME_DIR .. "src/devices/sound/n63701x.cpp",
@@ -1500,6 +1508,18 @@ end
---------------------------------------------------
--
+--@src/devices/sound/swp20.h,SOUNDS["SWP20"] = true
+---------------------------------------------------
+
+if (SOUNDS["SWP20"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/sound/swp20.cpp",
+ MAME_DIR .. "src/devices/sound/swp20.h",
+ }
+end
+
+---------------------------------------------------
+--
--@src/devices/sound/swp30.h,SOUNDS["SWP30"] = true
---------------------------------------------------