summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2024-01-20 06:42:23 +1100
committer Vas Crabb <vas@vastheman.com>2024-01-20 06:42:23 +1100
commit8f98b61a7e2ca36d6045d0ea5483c8d02d52672f (patch)
treecebe51633d8539f0944bd42ee7628475a3bec48d /scripts/src
parent705922f609feb61c1078cff3bb9ff7d03c1e7685 (diff)
bus/pci: Make #include guards match paths, sort filenames.
Diffstat (limited to 'scripts/src')
-rw-r--r--scripts/src/bus.lua36
1 files changed, 18 insertions, 18 deletions
diff --git a/scripts/src/bus.lua b/scripts/src/bus.lua
index 9742cd6d2c5..bbfa4ec966c 100644
--- a/scripts/src/bus.lua
+++ b/scripts/src/bus.lua
@@ -5420,33 +5420,33 @@ if (BUSES["PCI"]~=null) then
files {
MAME_DIR .. "src/devices/bus/pci/pci_slot.cpp",
MAME_DIR .. "src/devices/bus/pci/pci_slot.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/riva128.cpp",
- MAME_DIR .. "src/devices/bus/pci/riva128.h",
- MAME_DIR .. "src/devices/bus/pci/rivatnt.cpp",
- MAME_DIR .. "src/devices/bus/pci/rivatnt.h",
+ MAME_DIR .. "src/devices/bus/pci/ds2416.cpp",
+ MAME_DIR .. "src/devices/bus/pci/ds2416.h",
MAME_DIR .. "src/devices/bus/pci/geforce.cpp",
MAME_DIR .. "src/devices/bus/pci/geforce.h",
MAME_DIR .. "src/devices/bus/pci/mga2064w.cpp",
MAME_DIR .. "src/devices/bus/pci/mga2064w.h",
+ MAME_DIR .. "src/devices/bus/pci/opti82c861.cpp",
+ MAME_DIR .. "src/devices/bus/pci/opti82c861.h",
MAME_DIR .. "src/devices/bus/pci/promotion.cpp",
MAME_DIR .. "src/devices/bus/pci/promotion.h",
- MAME_DIR .. "src/devices/bus/pci/ymp21.cpp",
- MAME_DIR .. "src/devices/bus/pci/ymp21.h",
- MAME_DIR .. "src/devices/bus/pci/sw1000xg.cpp",
- MAME_DIR .. "src/devices/bus/pci/sw1000xg.h",
- MAME_DIR .. "src/devices/bus/pci/ds2416.cpp",
- MAME_DIR .. "src/devices/bus/pci/ds2416.h",
- MAME_DIR .. "src/devices/bus/pci/sonicvibes.cpp",
- MAME_DIR .. "src/devices/bus/pci/sonicvibes.h",
- MAME_DIR .. "src/devices/bus/pci/zr36057.cpp",
- MAME_DIR .. "src/devices/bus/pci/zr36057.h",
+ MAME_DIR .. "src/devices/bus/pci/riva128.cpp",
+ MAME_DIR .. "src/devices/bus/pci/riva128.h",
+ MAME_DIR .. "src/devices/bus/pci/rivatnt.cpp",
+ MAME_DIR .. "src/devices/bus/pci/rivatnt.h",
MAME_DIR .. "src/devices/bus/pci/rtl8029as_pci.cpp",
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/opti82c861.cpp",
- MAME_DIR .. "src/devices/bus/pci/opti82c861.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",
+ MAME_DIR .. "src/devices/bus/pci/sw1000xg.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/ymp21.cpp",
+ MAME_DIR .. "src/devices/bus/pci/ymp21.h",
+ MAME_DIR .. "src/devices/bus/pci/zr36057.cpp",
+ MAME_DIR .. "src/devices/bus/pci/zr36057.h",
}
end