diff options
Diffstat (limited to 'docs/release/scripts/src/sound.lua')
-rw-r--r-- | docs/release/scripts/src/sound.lua | 8 |
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 |