idehd.c: increase IDE fill-time to avoid missed interrupts [Peter Ferrie]

This commit is contained in:
Peter Ferrie 2015-05-30 17:04:22 -07:00
parent 6e4bbb1224
commit 3a1d3b2b22

View File

@ -394,7 +394,7 @@ void ata_mass_storage_device::fill_buffer()
{
set_dasp(ASSERT_LINE);
start_busy(TIME_BETWEEN_SECTORS, PARAM_COMMAND);
start_busy(TIME_PER_SECTOR, PARAM_COMMAND);
}
break;
}