mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
IDE devices are now on bus/ata, build fix.
This commit is contained in:
parent
e93288a37f
commit
99e048d599
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue