summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/src/bus.lua6
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",