Shortened time between ATAPI packet command starting and requesting command data. Fixes CD-ROM on BeOS.

This commit is contained in:
SarahW 2018-04-08 07:56:12 +01:00
commit 1ff836bfc1

View file

@ -598,7 +598,7 @@ void writeide(int ide_board, uint16_t addr, uint8_t val)
ide->atastat = BUSY_STAT;
timer_process();
idecallback[ide_board]=200*IDE_TIME;
idecallback[ide_board] = IDE_TIME;
timer_update_outstanding();
ide->atapi.bus_state = 0;