From 024f4305b4b24febd9c7635e4fa03cdbc9d14558 Mon Sep 17 00:00:00 2001 From: angelosa Date: Sat, 23 Nov 2024 15:59:52 +0100 Subject: isa/sb16: move mixer implementation to own ct1745 device --- scripts/src/sound.lua | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) (limited to 'scripts/src') diff --git a/scripts/src/sound.lua b/scripts/src/sound.lua index 06589a4fad9..c3f2f79f586 100644 --- a/scripts/src/sound.lua +++ b/scripts/src/sound.lua @@ -185,7 +185,6 @@ end ---------------------------------------------------- --------------------------------------------------- -- AC97 --@src/devices/sound/pic-ac97.h,SOUNDS["AC97"] = true @@ -197,6 +196,10 @@ if (SOUNDS["AC97"]~=null) then MAME_DIR .. "src/devices/sound/pci-ac97.h", } end + + + +--------------------------------------------------- -- CEM 3394 analog synthesizer chip --@src/devices/sound/cem3394.h,SOUNDS["CEM3394"] = true --------------------------------------------------- @@ -210,6 +213,20 @@ end +--------------------------------------------------- +-- Creative Labs CT1745 SB16 Mixer +--@src/devices/sound/ct1745.h,SOUNDS["CT1745"] = true +--------------------------------------------------- + +if (SOUNDS["CT1745"]~=null) then + files { + MAME_DIR .. "src/devices/sound/ct1745.cpp", + MAME_DIR .. "src/devices/sound/ct1745.h", + } +end + + + --------------------------------------------------- -- Creative Labs SB0400 Audigy2 Value --@src/devices/sound/sb0400.h,SOUNDS["SB0400"] = true -- cgit v1.2.3