summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/src')
-rw-r--r--scripts/src/sound.lua24
1 files changed, 24 insertions, 0 deletions
diff --git a/scripts/src/sound.lua b/scripts/src/sound.lua
index 09f2c24e81d..08f421cf056 100644
--- a/scripts/src/sound.lua
+++ b/scripts/src/sound.lua
@@ -1287,6 +1287,18 @@ if (SOUNDS["MULTIPCM"]~=null) then
end
---------------------------------------------------
+-- MP3 AUDIO
+--@src/devices/sound/mp3_audio.h,SOUNDS["MP3_AUDIO"] = true
+---------------------------------------------------
+
+if (SOUNDS["MP3_AUDIO"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/sound/mp3_audio.cpp",
+ MAME_DIR .. "src/devices/sound/mp3_audio.h",
+ }
+end
+
+---------------------------------------------------
-- MPEG AUDIO
--@src/devices/sound/mpeg_audio.h,SOUNDS["MPEG_AUDIO"] = true
---------------------------------------------------
@@ -1430,6 +1442,18 @@ if (SOUNDS["LC7535"]~=null) then
end
---------------------------------------------------
+-- Sanyo LC82310
+--@src/devices/sound/lc82310.h,SOUNDS["LC82310"] = true
+---------------------------------------------------
+
+if (SOUNDS["LC82310"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/sound/lc82310.cpp",
+ MAME_DIR .. "src/devices/sound/lc82310.h",
+ }
+end
+
+---------------------------------------------------
-- NEC uPD934G
--@src/devices/sound/upd934g.h,SOUNDS["UPD934G"] = true
---------------------------------------------------