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.lua8
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/src/sound.lua b/scripts/src/sound.lua
index eff666cd356..bda7e45bc0c 100644
--- a/scripts/src/sound.lua
+++ b/scripts/src/sound.lua
@@ -1538,13 +1538,13 @@ end
---------------------------------------------------
--
---@src/devices/sound/mu100b.h,SOUNDS["MU100B"] = true
+--@src/devices/sound/xt446.h,SOUNDS["XT446"] = true
---------------------------------------------------
-if (SOUNDS["MU100B"]~=null) then
+if (SOUNDS["XT446"]~=null) then
files {
- MAME_DIR .. "src/devices/sound/mu100b.cpp",
- MAME_DIR .. "src/devices/sound/mu100b.h",
+ MAME_DIR .. "src/devices/sound/xt446.cpp",
+ MAME_DIR .. "src/devices/sound/xt446.h",
}
end