From 8bef52ec6d31606ef4e2a7da0fc614e2222d162d Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Sat, 30 Apr 2016 19:56:18 +0200 Subject: fixed wpc, okiadpcm and eolith (nw) --- scripts/src/sound.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scripts/src') diff --git a/scripts/src/sound.lua b/scripts/src/sound.lua index c9291ffa8bb..f2b9842544b 100644 --- a/scripts/src/sound.lua +++ b/scripts/src/sound.lua @@ -650,9 +650,10 @@ end --@src/devices/sound/okim6376.h,SOUNDS["OKIM6376"] = true --@src/devices/sound/okim6295.h,SOUNDS["OKIM6295"] = true --@src/devices/sound/okim9810.h,SOUNDS["OKIM9810"] = true +--@src/devices/sound/okiadpcm.h,SOUNDS["OKIADPCM"] = true --------------------------------------------------- -if (SOUNDS["OKIM6258"]~=null or SOUNDS["OKIM6295"]~=null or SOUNDS["OKIM9810"]~=null or SOUNDS["I5000_SND"]~=null) then +if (SOUNDS["OKIM6258"]~=null or SOUNDS["OKIM6295"]~=null or SOUNDS["OKIM9810"]~=null or SOUNDS["I5000_SND"]~=null or SOUNDS["OKIADPCM"]~=null) then files { MAME_DIR .. "src/devices/sound/okiadpcm.cpp", MAME_DIR .. "src/devices/sound/okiadpcm.h", -- cgit v1.2.3