diff options
author | 2024-01-17 02:47:07 +0100 | |
---|---|---|
committer | 2024-01-16 20:47:07 -0500 | |
commit | 81a6a18e47954194c028045c538c35a131d53812 (patch) | |
tree | 763d9c6ad80349f77f1037bd41b4a615e119a8db /scripts/src/machine.lua | |
parent | 8d4b2e2916a9a42c6ef0aac65e451d7e480f8e95 (diff) |
bus/pci: convert opti82c861 to a pci_slot, add basic OpenHCI values (#11940)
Diffstat (limited to 'scripts/src/machine.lua')
-rw-r--r-- | scripts/src/machine.lua | 12 |
1 files changed, 0 insertions, 12 deletions
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 @@ -4642,18 +4642,6 @@ 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 --------------------------------------------------- |