AT/IDE drive status has ready set in between sector transfers in multi-sector

reads. Fixes some early AMI BIOSes.
This commit is contained in:
SarahW 2020-03-01 17:19:43 +00:00
commit c93a4eb295
2 changed files with 2 additions and 2 deletions

View file

@ -766,7 +766,7 @@ uint16_t readidew(int ide_board)
if (ide->secount)
{
ide_next_sector(ide);
ide->atastat = BUSY_STAT;
ide->atastat = BUSY_STAT | READY_STAT | DSC_STAT;
if (ide->command == WIN_READ_MULTIPLE)
callbackide(ide_board);
else