summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2016-04-28 20:40:17 +0200
committer Miodrag Milanovic <mmicko@gmail.com>2016-04-28 20:40:17 +0200
commit8e58d4099c4aaa5c0cdcfe86bd215c046cd81b10 (patch)
treead4e553cf8c2ba77118cd4ca50b41b141da3df5f /scripts/src
parentc1323da43465938152f7cc66778ed25d7c62be1e (diff)
move to proper place (nw)
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 17f9c6aa2b2..c9291ffa8bb 100644
--- a/scripts/src/sound.lua
+++ b/scripts/src/sound.lua
@@ -1343,3 +1343,15 @@ if (SOUNDS["AD1848"]~=null) then
MAME_DIR .. "src/devices/sound/ad1848.h",
}
end
+
+---------------------------------------------------
+-- UPD1771
+--@src/devices/sound/upd1771.h,SOUNDS["UPD1771"] = true
+---------------------------------------------------
+
+if (SOUNDS["UPD1771"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/sound/upd1771.cpp",
+ MAME_DIR .. "src/devices/sound/upd1771.h",
+ }
+end