From dff2f2517af81adc78c3e5266d5fb2ad2a1eb0d2 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Thu, 7 Apr 2016 18:15:07 +0200 Subject: separate mpeg audio as device, made building separate model3 possible (nw) --- scripts/src/sound.lua | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'scripts/src') diff --git a/scripts/src/sound.lua b/scripts/src/sound.lua index 428974c23df..03859da4e0a 100644 --- a/scripts/src/sound.lua +++ b/scripts/src/sound.lua @@ -1285,6 +1285,16 @@ if (SOUNDS["YMZ770"]~=null) then files { MAME_DIR .. "src/devices/sound/ymz770.cpp", MAME_DIR .. "src/devices/sound/ymz770.h", + } +end + +--------------------------------------------------- +-- MPEG AUDIO +--@src/devices/sound/mpeg_audio.h,SOUNDS["MPEG_AUDIO"] = true +--------------------------------------------------- + +if (SOUNDS["MPEG_AUDIO"]~=null) then + files { MAME_DIR .. "src/devices/sound/mpeg_audio.cpp", MAME_DIR .. "src/devices/sound/mpeg_audio.h", } -- cgit v1.2.3-70-g09d2