From efee42e5e49a8ef12d7bf440ce6f09cb4b403c3a Mon Sep 17 00:00:00 2001 From: Devin Acker Date: Sat, 25 Jan 2025 12:47:44 -0500 Subject: casio/ct8000.cpp: Emulated Casiotone 8000 keyboard and related systems. (#13237) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * sound/flt_biquad.cpp: Added Sallen-Key high-pass filters. * sound/bbd.cpp: Added MN3207P variant. * sound/upd931.cpp: Emulated µPD931 synthesis chip. New working systems -------------------- Casio Casiotone 8000 [=CO=Windler, Devin Acker] Casio Casiotone FK-1 [BCM, Devin Acker] New systems marked not working ------------------------ Casio Casiotone MB-1 [=CO=Windler, Devin Acker] --- 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 e73db74d7e4..390b9e7a750 100644 --- a/scripts/src/sound.lua +++ b/scripts/src/sound.lua @@ -1503,6 +1503,18 @@ if (SOUNDS["LC82310"]~=null) then } end +--------------------------------------------------- +-- NEC uPD931 +--@src/devices/sound/upd931.h,SOUNDS["UPD931"] = true +--------------------------------------------------- + +if (SOUNDS["UPD931"]~=null) then + files { + MAME_DIR .. "src/devices/sound/upd931.cpp", + MAME_DIR .. "src/devices/sound/upd931.h", + } +end + --------------------------------------------------- -- NEC uPD933 --@src/devices/sound/upd933.h,SOUNDS["UPD933"] = true -- cgit v1.2.3-70-g09d2