From 1ff836bfc10d684efe88fa2a510739deb773c0a7 Mon Sep 17 00:00:00 2001 From: SarahW Date: Sun, 8 Apr 2018 07:56:12 +0100 Subject: [PATCH] Shortened time between ATAPI packet command starting and requesting command data. Fixes CD-ROM on BeOS. --- src/ide.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ide.c b/src/ide.c index 09933f4..5d1a29b 100644 --- a/src/ide.c +++ b/src/ide.c @@ -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;