diff options
| author | 2024-03-13 03:17:03 +0100 | |
|---|---|---|
| committer | 2024-03-13 03:17:03 +0100 | |
| commit | 8cc0a3f213eb4e562c14da35edc361bf0b296132 (patch) | |
| tree | 90cdbb9febebbcfc6d07d58aec41714cae814544 /scripts | |
| parent | 5a25a81d46317a8e535ae59315627031b858265a (diff) | |
bus/pci: add SiS6326 AGP card
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/src/bus.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/src/bus.lua b/scripts/src/bus.lua index a8901b1d75c..b94822a0fa1 100644 --- a/scripts/src/bus.lua +++ b/scripts/src/bus.lua @@ -5524,6 +5524,8 @@ if (BUSES["PCI"]~=null) then MAME_DIR .. "src/devices/bus/pci/rtl8029as_pci.h", MAME_DIR .. "src/devices/bus/pci/rtl8139_pci.cpp", MAME_DIR .. "src/devices/bus/pci/rtl8139_pci.h", + MAME_DIR .. "src/devices/bus/pci/sis6326.cpp", + MAME_DIR .. "src/devices/bus/pci/sis6326.h", MAME_DIR .. "src/devices/bus/pci/sonicvibes.cpp", MAME_DIR .. "src/devices/bus/pci/sonicvibes.h", MAME_DIR .. "src/devices/bus/pci/sw1000xg.cpp", |
