summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2016-04-30 19:56:18 +0200
committer Miodrag Milanovic <mmicko@gmail.com>2016-04-30 19:56:18 +0200
commit8bef52ec6d31606ef4e2a7da0fc614e2222d162d (patch)
tree16b9258d84e14e4ce57f52ef1d25566422ebfb4a /scripts/src
parent5408999eb0724e9b735c11c3e682734b6474c391 (diff)
fixed wpc, okiadpcm and eolith (nw)
Diffstat (limited to 'scripts/src')
-rw-r--r--scripts/src/sound.lua3
1 files changed, 2 insertions, 1 deletions
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",