diff options
| author | 2024-02-17 16:37:05 +0100 | |
|---|---|---|
| committer | 2024-02-17 16:37:05 +0100 | |
| commit | a355ac845a0ef2e308f8ec393c88c9331d97fed2 (patch) | |
| tree | c0fbca8de78e0a43d723ae1ac0d775eab4968ad1 /scripts/src/bus.lua | |
| parent | 3a9f5de150f65618ee99edeb69580eb223c32aac (diff) | |
bus/pci: add stub for VT6306 FireWire controller
Diffstat (limited to 'scripts/src/bus.lua')
| -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 a048bc78ab9..c25cf284bcf 100644 --- a/scripts/src/bus.lua +++ b/scripts/src/bus.lua @@ -5508,6 +5508,8 @@ if (BUSES["PCI"]~=null) then MAME_DIR .. "src/devices/bus/pci/sonicvibes.h", MAME_DIR .. "src/devices/bus/pci/sw1000xg.cpp", MAME_DIR .. "src/devices/bus/pci/sw1000xg.h", + MAME_DIR .. "src/devices/bus/pci/vt6306.cpp", + MAME_DIR .. "src/devices/bus/pci/vt6306.h", MAME_DIR .. "src/devices/bus/pci/virge_pci.cpp", MAME_DIR .. "src/devices/bus/pci/virge_pci.h", MAME_DIR .. "src/devices/bus/pci/wd9710_pci.cpp", |
