summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src
diff options
context:
space:
mode:
author Olivier Galibert <galibert@pobox.com>2020-03-14 12:05:49 +0100
committer Olivier Galibert <galibert@pobox.com>2020-03-14 12:05:59 +0100
commite4e91bd6bda031c2b2ebedb0bdf2759305688f73 (patch)
tree684dac3c0ebff6d1f136a1394b0732354aa9683f /scripts/src
parentb24e7a81e880057630cd92b6ff9d8305327c155b (diff)
ks0164: Turn it into a device (nw)
Diffstat (limited to 'scripts/src')
-rw-r--r--scripts/src/sound.lua12
1 files changed, 12 insertions, 0 deletions
diff --git a/scripts/src/sound.lua b/scripts/src/sound.lua
index fdf1ea43f66..2cacf8fbac5 100644
--- a/scripts/src/sound.lua
+++ b/scripts/src/sound.lua
@@ -1553,3 +1553,15 @@ if (SOUNDS["VGMVIZ"]~=null) then
MAME_DIR .. "src/devices/sound/vgm_visualizer.h",
}
end
+
+---------------------------------------------------
+--
+--@src/devices/sound/ks0164.h,SOUNDS["KS0164"] = true
+---------------------------------------------------
+
+if (SOUNDS["KS0164"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/sound/ks0164.cpp",
+ MAME_DIR .. "src/devices/sound/ks0164.h",
+ }
+end