diff options
author | 2024-02-17 17:23:07 +0100 | |
---|---|---|
committer | 2024-02-17 17:23:07 +0100 | |
commit | b05ee45a43ee99436c673eaf8406d41bcfc18049 (patch) | |
tree | e28e10e476453071e6a137549bdbfe7648d307c8 /scripts/src | |
parent | 4fb9be2a6a07ee5ab7bc4d2c4f66a44b0d0f3298 (diff) |
bus/pci/vt6306: confirm some HW details [Guru]
Diffstat (limited to 'scripts/src')
-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", |