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

version 1.1, 2005/03/05 06:02:29 version 1.2, 2005/03/05 14:00:44
Line 172  BRESULT sxsicd_open(SXSIDEV sxsi, const  Line 172  BRESULT sxsicd_open(SXSIDEV sxsi, const 
                 sxsi->surfaces = 1;                  sxsi->surfaces = 1;
                 sxsi->headersize = 0;                  sxsi->headersize = 0;
                 sxsi->mediatype = 0;                  sxsi->mediatype = 0;
                   return(SUCCESS);
         }          }
         totals = issec2352(fh);          totals = issec2352(fh);
         if (totals >= 0) {          if (totals >= 0) {

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


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