summaryrefslogtreecommitdiffstats
path: root/docs/release/scripts/src/sound.lua
diff options
context:
space:
mode:
author Robbbert <Robbbert@users.noreply.github.com>2021-02-24 11:03:56 +1100
committer Robbbert <Robbbert@users.noreply.github.com>2021-02-24 11:03:56 +1100
commit7a5dd4a3cf3cea64a8fa88ea6bd51811647e2b20 (patch)
tree469735c78bb9b64f9f97d46a3200ed0378ef8910 /docs/release/scripts/src/sound.lua
parenta2591d1f03cf97d12a6af6b1b7315d0cb6badfab (diff)
0.229 Release filestag229
Diffstat (limited to 'docs/release/scripts/src/sound.lua')
-rw-r--r--docs/release/scripts/src/sound.lua8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/release/scripts/src/sound.lua b/docs/release/scripts/src/sound.lua
index 9844605eeae..a9b35f65675 100644
--- a/docs/release/scripts/src/sound.lua
+++ b/docs/release/scripts/src/sound.lua
@@ -853,7 +853,7 @@ end
---------------------------------------------------
-- Seta custom sound chips
--@src/devices/sound/st0016.h,SOUNDS["ST0016"] = true
---@src/devices/sound/nile.h,SOUNDS["NILE"] = true
+--@src/devices/sound/setapcm.h,SOUNDS["SETAPCM"] = true
--@src/devices/sound/x1_010.h,SOUNDS["X1_010"] = true
---------------------------------------------------
@@ -864,10 +864,10 @@ if (SOUNDS["ST0016"]~=null) then
}
end
-if (SOUNDS["NILE"]~=null) then
+if (SOUNDS["SETAPCM"]~=null) then
files {
- MAME_DIR .. "src/devices/sound/nile.cpp",
- MAME_DIR .. "src/devices/sound/nile.h",
+ MAME_DIR .. "src/devices/sound/setapcm.cpp",
+ MAME_DIR .. "src/devices/sound/setapcm.h",
}
end