IDE devices are now on bus/ata, build fix.

This commit is contained in:
68bit 2019-10-24 21:56:13 +11:00
parent e93288a37f
commit 99e048d599

View file

@ -2816,7 +2816,7 @@ end
--
---------------------------------------------------
if (BUSES["IDE"]~=null) or (BUSES["SCSI"]~=null) then
if (BUSES["ATA"]~=null) or (BUSES["SCSI"]~=null) then
MACHINES["T10"] = true
end