summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src
diff options
context:
space:
mode:
author ajrhacker <ajrhacker@users.noreply.github.com>2020-03-15 14:36:56 -0400
committer GitHub <noreply@github.com>2020-03-15 14:36:56 -0400
commit07c987b5bc07b17f3fe9db4595ce4379e2417584 (patch)
tree1027e249c51d8eb373d4e229edf9d9218f5e3f2e /scripts/src
parentddf0db7d9c796f6ad3989f2ab57847a10511befd (diff)
parentf164071ad97814d7f7d55e52ac56d4608fa59351 (diff)
Merge pull request #6448 from ValleyBell/cm32p
add CM-32P PCM emulation
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 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
---------------------------------------------------