summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author angelosa <lordkale4@gmail.com>2024-03-09 22:41:04 +0100
committer angelosa <lordkale4@gmail.com>2024-03-09 22:41:04 +0100
commit40bf64466130f15fc95256c24d828bdd84dff5da (patch)
treedcf956b74b30a874377b4cf8cda79752563c7eaf /scripts
parentd3b9dbf9c9317b55c742d5c6c54b2fa4f359018c (diff)
bus/pci: add Cirrus Logic GD5446 card
Diffstat (limited to 'scripts')
-rw-r--r--scripts/src/bus.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/src/bus.lua b/scripts/src/bus.lua
index e7b5a6150ea..97aae475030 100644
--- a/scripts/src/bus.lua
+++ b/scripts/src/bus.lua
@@ -5494,6 +5494,8 @@ if (BUSES["PCI"]~=null) then
MAME_DIR .. "src/devices/bus/pci/aha2940au.h",
MAME_DIR .. "src/devices/bus/pci/audiowerk2.cpp",
MAME_DIR .. "src/devices/bus/pci/audiowerk2.h",
+ MAME_DIR .. "src/devices/bus/pci/clgd5446.cpp",
+ 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/ds2416.cpp",