diff options
| author | 2026-03-30 18:56:47 +0200 | |
|---|---|---|
| committer | 2026-04-01 00:19:04 +0200 | |
| commit | 2941e290f76bbb7d6cbfcad195dedee61ce86cc3 (patch) | |
| tree | 9a6a01c5252f67801fae0fcb8baec8cf1be865d8 /scripts | |
| parent | 120bf9f1fd0eea67ce4dd3d6fe7aebbe7c180284 (diff) | |
bus/pci: add 3 new sound card stubs:
* C-Media CMI8738/C3DX
* Cirrus Logic Crystal CS4281 "SoundFusion"
* Yamaha YMF740C DS-1L
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/src/bus.lua | 6 |
1 files changed, 6 insertions, 0 deletions
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", |
