diff --git a/software/SCSI2SD/src/scsiPhy.c b/software/SCSI2SD/src/scsiPhy.c index 275cc71..46f6653 100755 --- a/software/SCSI2SD/src/scsiPhy.c +++ b/software/SCSI2SD/src/scsiPhy.c @@ -401,7 +401,8 @@ void scsiEnterPhase(int phase) { // XEBEC S1410 manual (old SASI controller) gives 10uSec delay // between phase bits and REQ. - CyDelayUs(10); + // EMU EMAX needs 100uS ! 10uS is not enough. + CyDelayUs(100); } } }