mirror of
https://github.com/holub/mame
synced 2025-04-21 07:52:35 +03:00
IDE devices are now on bus/ata, build fix.
This commit is contained in:
parent
e93288a37f
commit
99e048d599
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user