From 43352d46b1d07a6db792c76f4be37211c50ec7aa Mon Sep 17 00:00:00 2001 From: Olivier Galibert Date: Sun, 14 Jan 2024 15:08:25 +0100 Subject: pci: correct upcalls, add ymp21 and ds2416 skeletons --- scripts/src/bus.lua | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'scripts/src') 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 -- cgit v1.2.3