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 cc24f2ba57f..6f83f86aae3 100644
--- a/scripts/src/sound.lua
+++ b/scripts/src/sound.lua
@@ -1508,6 +1508,18 @@ end
---------------------------------------------------
--
+--@src/devices/sound/swp00.h,SOUNDS["SWP00"] = true
+---------------------------------------------------
+
+if (SOUNDS["SWP00"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/sound/swp00.cpp",
+ MAME_DIR .. "src/devices/sound/swp00.h",
+ }
+end
+
+---------------------------------------------------
+--
--@src/devices/sound/swp20.h,SOUNDS["SWP20"] = true
---------------------------------------------------