diff options
Diffstat (limited to 'scripts/src')
-rw-r--r-- | scripts/src/sound.lua | 12 |
1 files changed, 12 insertions, 0 deletions
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 @@ -1543,6 +1543,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 --------------------------------------------------- |