From 09132980976c514cb1f031cb7a6b7e77d01edd49 Mon Sep 17 00:00:00 2001 From: Michael McMaster Date: Sat, 15 Feb 2014 10:04:20 +1000 Subject: [PATCH] Removing unneccessary hack. --- software/SCSI2SD/SCSI2SD.cydsn/scsi.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/software/SCSI2SD/SCSI2SD.cydsn/scsi.c b/software/SCSI2SD/SCSI2SD.cydsn/scsi.c index 59d9688f..af9d1f74 100755 --- a/software/SCSI2SD/SCSI2SD.cydsn/scsi.c +++ b/software/SCSI2SD/SCSI2SD.cydsn/scsi.c @@ -425,12 +425,6 @@ static void process_SelectionPhase() break; } } - // Last chance for the ATN signal! The initiator should have set this - // previously, but we try and be a little tolerant. This is required - // for the LCIII to work. I assume ATN is being set before the - // initiator releases SEL. - scsiDev.atnFlag = SCSI_ReadPin(SCSI_ATN_INT); - // Save our initiator now that we're no longer in a time-critical // section. -- 2.38.5