diff options
| author | 2020-03-15 18:58:38 +0100 | |
|---|---|---|
| committer | 2020-03-15 18:58:38 +0100 | |
| commit | 539598fab400583d6bdde16e116ee446c286041b (patch) | |
| tree | 9ee03e389d9734bb95698f3329c437bd2139c16a /scripts/src | |
| parent | 0626189f0f23968de034870f8d79e9db95e3cf14 (diff) | |
add Roland PCM sound emulation for CM-32P
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 --------------------------------------------------- |
