Diff for /np2/fdd/sxsihdd.c between versions 1.1 and 1.2

version 1.1, 2005/03/05 06:02:29 version 1.2, 2005/03/23 08:07:48
Line 238  sxsiope_err1: Line 238  sxsiope_err1:
         return(FAILURE);          return(FAILURE);
 }  }
   
 // ----  
   
 void sxsihdd_allbind(void) {  
   
         int             i;  
         REG8    drv;  
   
         drv = 0;  
         for (i=0; i<2; i++) {  
                 sxsi_devclose(drv);  
                 sxsi_setdevtype(drv, SXSIDEV_HDD);  
                 if (sxsi_devopen(drv, np2cfg.sasihdd[i]) == SUCCESS) {  
                         drv++;  
                 }  
         }  
 #if defined(SUPPORT_SCSI)  
         drv = 0x20;  
         for (i=0; i<4; i++) {  
                 sxsi_devclose(drv);  
                 sxsi_setdevtype(drv, SXSIDEV_HDD);  
                 if (sxsi_devopen(drv, np2cfg.scsihdd[i]) == SUCCESS) {  
                         drv++;  
                 }  
         }  
 #endif  
 }  
   

Removed from v.1.1  
changed lines
  Added in v.1.2


RetroPC.NET-CVS <cvs@retropc.net>