diff options
author | 2023-02-25 20:02:17 -0500 | |
---|---|---|
committer | 2023-02-25 20:02:17 -0500 | |
commit | 793367ff91ae6ad10b179c1e093b2e0373526a69 (patch) | |
tree | 61c3fec6070b982ced31f6e381a363c2bd1d3900 /scripts/src/machine.lua | |
parent | 1ab6a1ebd5d65c1723b979e8f077af77a4ba2166 (diff) |
Retire legacy NCR 539X emulation
Diffstat (limited to 'scripts/src/machine.lua')
-rw-r--r-- | scripts/src/machine.lua | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua index 3652709ec1a..ad603da4458 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -2655,19 +2655,6 @@ end --------------------------------------------------- -- ---@src/devices/machine/ncr539x.h,MACHINES["NCR539x"] = true ---------------------------------------------------- - -if (MACHINES["NCR539x"]~=null) then - MACHINES["SCSI"] = true - files { - MAME_DIR .. "src/devices/machine/ncr539x.cpp", - MAME_DIR .. "src/devices/machine/ncr539x.h", - } -end - ---------------------------------------------------- --- --@src/devices/machine/nmc9306.h,MACHINES["NMC9306"] = true --------------------------------------------------- |