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 a1a23792cd0..7f7d7506fe5 100644 --- a/scripts/src/sound.lua +++ b/scripts/src/sound.lua @@ -1809,3 +1809,15 @@ if (SOUNDS["ADC"]~=null) then MAME_DIR .. "src/devices/sound/adc.h", } end + +--------------------------------------------------- +-- Casio FZ-series PCM +--@src/devices/sound/fz_pcm.h,SOUNDS["FZ_PCM"] = true +--------------------------------------------------- + +if (SOUNDS["FZ_PCM"]~=null) then + files { + MAME_DIR .. "src/devices/sound/fz_pcm.cpp", + MAME_DIR .. "src/devices/sound/fz_pcm.h", + } +end |
