From 5c84856b508ed72c89579da7ce61486da45e59f9 Mon Sep 17 00:00:00 2001 From: angelosa Date: Sun, 25 Feb 2024 01:52:51 +0100 Subject: bus/pci: add Vision 864 and 968 cards --- scripts/src/bus.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts/src') diff --git a/scripts/src/bus.lua b/scripts/src/bus.lua index 23aed10441e..9feefb08dcc 100644 --- a/scripts/src/bus.lua +++ b/scripts/src/bus.lua @@ -5518,6 +5518,8 @@ if (BUSES["PCI"]~=null) then 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/vision.cpp", + MAME_DIR .. "src/devices/bus/pci/vision.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", -- cgit v1.2.3