idectrl.c - fix phantom slave drive detection problem. [Peter Ferrie]

This commit is contained in:
Scott Stone 2013-01-09 11:50:44 +00:00
parent 20478fc0c3
commit 87731393f5

View File

@ -1180,6 +1180,10 @@ UINT32 ide_controller_device::ide_controller_read(int bank, offs_t offset, int s
status &= ~IDE_STATUS_DRIVE_READY;
}
}
else
{
return 0;
}
switch (BANK(bank, offset))
{