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 1d6bed6ddb1..eff666cd356 100644
--- a/scripts/src/sound.lua
+++ b/scripts/src/sound.lua
@@ -1537,6 +1537,18 @@ if (SOUNDS["SWP30"]~=null) then
end
---------------------------------------------------
+--
+--@src/devices/sound/mu100b.h,SOUNDS["MU100B"] = true
+---------------------------------------------------
+
+if (SOUNDS["MU100B"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/sound/mu100b.cpp",
+ MAME_DIR .. "src/devices/sound/mu100b.h",
+ }
+end
+
+---------------------------------------------------
-- Roland sample players
--@src/devices/sound/rolandpcm.h,SOUNDS["ROLANDPCM"] = true
---------------------------------------------------