]> localhost Git - SCSI2SD.git/commitdiff
Fix regression for EMU EMAX
authorMichael McMaster <michael@codesrc.com>
Wed, 22 May 2019 09:56:46 +0000 (19:56 +1000)
committerMichael McMaster <michael@codesrc.com>
Wed, 22 May 2019 09:56:46 +0000 (19:56 +1000)
software/SCSI2SD/src/scsiPhy.c

index 275cc712dc2031a34741ea6b28e65e2409363888..46f665346b9777bf621585ec1ea351c7ee197f21 100755 (executable)
@@ -401,7 +401,8 @@ void scsiEnterPhase(int phase)
                {\r
                        // XEBEC S1410 manual (old SASI controller) gives 10uSec delay\r
                        // between phase bits and REQ.\r
-                       CyDelayUs(10);\r
+                       // EMU EMAX needs 100uS ! 10uS is not enough.\r
+                       CyDelayUs(100);\r
                }\r
        }\r
 }\r