From 415128cae43090e4a5f7cae21eec2f049301886e Mon Sep 17 00:00:00 2001 From: AJR Date: Fri, 6 Mar 2020 14:35:29 -0500 Subject: New and completely rewritten emulation of SCN2651 PCI, SCN2661 EPCI & SCN2641 ACI This is far more thorough and accurate than the preexisting MC2661 device emulation. Synchronous modes have been implemented but not tested. --- scripts/src/machine.lua | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'scripts/src/machine.lua') diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua index 9dfc6e94627..dd2bf64ce29 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -2719,6 +2719,18 @@ if (MACHINES["SCC68070"]~=null) then } end +--------------------------------------------------- +-- +--@src/devices/machine/scnxx562.h,MACHINES["SCN_PCI"] = true +--------------------------------------------------- + +if (MACHINES["SCN_PCI"]~=null) then + files { + MAME_DIR .. "src/devices/machine/scn_pci.cpp", + MAME_DIR .. "src/devices/machine/scn_pci.h", + } +end + --------------------------------------------------- -- --@src/devices/machine/scnxx562.h,MACHINES["DUSCC"] = true -- cgit v1.2.3-70-g09d2