diff options
author | 2023-05-13 19:34:02 -0400 | |
---|---|---|
committer | 2023-05-13 19:34:02 -0400 | |
commit | a849e79a697fe8ec832f88caed9ed513d4465cdc (patch) | |
tree | c34d1ac1e4075f7ca9adca613e2f974af228ac0c /scripts/src/machine.lua | |
parent | ee6cf73ddc9c73b9ba029b8d99cc111334b13aad (diff) |
machine/opti82c861.cpp: Skeleton for OPTi 82C861 PCI USB OHCI controller. [R. Belmont]
Diffstat (limited to 'scripts/src/machine.lua')
-rw-r--r-- | scripts/src/machine.lua | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua index b8b6f009097..1b373a32cc2 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -4505,6 +4505,18 @@ 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 --------------------------------------------------- |