From cbf84129bffe7335fd06132ae8254ec47b052d5d Mon Sep 17 00:00:00 2001 From: Devin Acker Date: Fri, 25 Jul 2025 21:18:21 -0400 Subject: fz1 and clones: preliminary sound emulation, fz20m: fix SCSI hookup (#13967) * - fz1 and clones: preliminary sound emulation - fz20m: fix SCSI hookup --- scripts/src/sound.lua | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'scripts') 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 -- cgit v1.2.3