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.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/src/sound.lua b/scripts/src/sound.lua
index 8fdbbbd72a0..f2d6c9b979d 100644
--- a/scripts/src/sound.lua
+++ b/scripts/src/sound.lua
@@ -642,7 +642,6 @@ end
---------------------------------------------------
-- Nintendo custom sound chips
--@src/devices/sound/nes_apu.h,SOUNDS["NES_APU"] = true
---@src/devices/sound/nes_vt_apu.h,SOUNDS["NES_APU"] = true
---------------------------------------------------
if (SOUNDS["NES_APU"]~=null) then
@@ -650,8 +649,6 @@ if (SOUNDS["NES_APU"]~=null) then
MAME_DIR .. "src/devices/sound/nes_apu.cpp",
MAME_DIR .. "src/devices/sound/nes_apu.h",
MAME_DIR .. "src/devices/sound/nes_defs.h",
- MAME_DIR .. "src/devices/sound/nes_vt_apu.cpp",
- MAME_DIR .. "src/devices/sound/nes_vt_apu.h"
}
end