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.lua13
1 files changed, 12 insertions, 1 deletions
diff --git a/scripts/src/sound.lua b/scripts/src/sound.lua
index 7cb136380c7..56573224bfa 100644
--- a/scripts/src/sound.lua
+++ b/scripts/src/sound.lua
@@ -112,7 +112,6 @@ if (SOUNDS["AC97"]~=null) then
end
-
---------------------------------------------------
-- Apple custom sound chips
--@src/devices/sound/asc.h,SOUNDS["ASC"] = true
@@ -1656,3 +1655,15 @@ if (SOUNDS["NN71003F"]~=null) then
MAME_DIR .. "src/devices/sound/nn71003f.h",
}
end
+
+---------------------------------------------------
+-- AP2010
+--@src/devices/sound/ap2010pcm.h,SOUNDS["AP2010"] = true
+---------------------------------------------------
+
+if (SOUNDS["AP2010"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/sound/ap2010pcm.cpp",
+ MAME_DIR .. "src/devices/sound/ap2010pcm.h",
+ }
+end