From 2941e290f76bbb7d6cbfcad195dedee61ce86cc3 Mon Sep 17 00:00:00 2001 From: angelosa Date: Mon, 30 Mar 2026 18:56:47 +0200 Subject: bus/pci: add 3 new sound card stubs: * C-Media CMI8738/C3DX * Cirrus Logic Crystal CS4281 "SoundFusion" * Yamaha YMF740C DS-1L --- scripts/src/bus.lua | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'scripts/src/bus.lua') diff --git a/scripts/src/bus.lua b/scripts/src/bus.lua index ff5cfe431b7..5bc9cbd54ee 100644 --- a/scripts/src/bus.lua +++ b/scripts/src/bus.lua @@ -4452,6 +4452,10 @@ if BUSES["PCI"] then MAME_DIR .. "src/devices/bus/pci/clgd5446.h", MAME_DIR .. "src/devices/bus/pci/clgd546x_laguna.cpp", MAME_DIR .. "src/devices/bus/pci/clgd546x_laguna.h", + MAME_DIR .. "src/devices/bus/pci/cmi8738.cpp", + MAME_DIR .. "src/devices/bus/pci/cmi8738.h", + MAME_DIR .. "src/devices/bus/pci/cs4281.cpp", + MAME_DIR .. "src/devices/bus/pci/cs4281.h", MAME_DIR .. "src/devices/bus/pci/ds2416.cpp", MAME_DIR .. "src/devices/bus/pci/ds2416.h", MAME_DIR .. "src/devices/bus/pci/ess_maestro.cpp", @@ -4500,6 +4504,8 @@ if BUSES["PCI"] then MAME_DIR .. "src/devices/bus/pci/vt6306.h", MAME_DIR .. "src/devices/bus/pci/wd9710_pci.cpp", MAME_DIR .. "src/devices/bus/pci/wd9710_pci.h", + MAME_DIR .. "src/devices/bus/pci/ymf740c.cpp", + MAME_DIR .. "src/devices/bus/pci/ymf740c.h", MAME_DIR .. "src/devices/bus/pci/ymp21.cpp", MAME_DIR .. "src/devices/bus/pci/ymp21.h", MAME_DIR .. "src/devices/bus/pci/zr36057.cpp", -- cgit v1.2.3