From 539598fab400583d6bdde16e116ee446c286041b Mon Sep 17 00:00:00 2001 From: Valley Bell Date: Sun, 15 Mar 2020 18:58:38 +0100 Subject: add Roland PCM sound emulation for CM-32P --- 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 2cacf8fbac5..dc0a1a93f07 100644 --- a/scripts/src/sound.lua +++ b/scripts/src/sound.lua @@ -1542,6 +1542,18 @@ if (SOUNDS["SWP30"]~=null) then } end +--------------------------------------------------- +-- Roland sample players +--@src/devices/sound/rolandpcm.h,SOUNDS["ROLANDPCM"] = true +--------------------------------------------------- + +if (SOUNDS["ROLANDPCM"]~=null) then + files { + MAME_DIR .. "src/devices/sound/rolandpcm.cpp", + MAME_DIR .. "src/devices/sound/rolandpcm.h", + } +end + --------------------------------------------------- -- --@src/devices/sound/vgm_visualizer.h,SOUNDS["VGMVIZ"] = true -- cgit v1.2.3