diff options
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/src/bus.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/src/bus.lua b/scripts/src/bus.lua index 2dd35eb28d9..a83f52012c7 100644 --- a/scripts/src/bus.lua +++ b/scripts/src/bus.lua @@ -5510,10 +5510,10 @@ 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/vt6306.cpp", + 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/ymp21.cpp", |
