From 81a6a18e47954194c028045c538c35a131d53812 Mon Sep 17 00:00:00 2001 From: Angelo Salese Date: Wed, 17 Jan 2024 02:47:07 +0100 Subject: bus/pci: convert opti82c861 to a pci_slot, add basic OpenHCI values (#11940) --- scripts/src/bus.lua | 2 ++ scripts/src/machine.lua | 12 ------------ 2 files changed, 2 insertions(+), 12 deletions(-) (limited to 'scripts/src') diff --git a/scripts/src/bus.lua b/scripts/src/bus.lua index b0b6a8e71ff..e853aaedcfb 100644 --- a/scripts/src/bus.lua +++ b/scripts/src/bus.lua @@ -5442,5 +5442,7 @@ if (BUSES["PCI"]~=null) then MAME_DIR .. "src/devices/bus/pci/sonicvibes.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/opti82c861.cpp", + MAME_DIR .. "src/devices/bus/pci/opti82c861.h", } end diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua index f17010c82f0..af09e563671 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -4640,18 +4640,6 @@ if (MACHINES["GEN_FIFO"]~=null) then } end ---------------------------------------------------- --- ---@src/devices/machine/opti82c861.h,MACHINES["OPTI82C861"] = true ---------------------------------------------------- - -if (MACHINES["OPTI82C861"]~=null) then - files { - MAME_DIR .. "src/devices/machine/opti82c861.cpp", - MAME_DIR .. "src/devices/machine/opti82c861.h", - } -end - --------------------------------------------------- -- --@src/devices/machine/output_latch.h,MACHINES["OUTPUT_LATCH"] = true -- cgit v1.2.3-70-g09d2