From e4e91bd6bda031c2b2ebedb0bdf2759305688f73 Mon Sep 17 00:00:00 2001 From: Olivier Galibert Date: Sat, 14 Mar 2020 12:05:49 +0100 Subject: ks0164: Turn it into a device (nw) --- scripts/src/sound.lua | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'scripts/src') 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 -- cgit v1.2.3