diff options
Diffstat (limited to 'scripts/src')
-rw-r--r-- | scripts/src/bus.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/src/bus.lua b/scripts/src/bus.lua index 8b2be21d695..13d50f2e0e2 100644 --- a/scripts/src/bus.lua +++ b/scripts/src/bus.lua @@ -5432,7 +5432,11 @@ if (BUSES["PCI"]~=null) then MAME_DIR .. "src/devices/bus/pci/mga2064w.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", } end |