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

version 1.2, 2005/03/05 14:00:44 version 1.3, 2005/03/05 16:35:49
Line 138  static REG8 sec2352_read(SXSIDEV sxsi, l Line 138  static REG8 sec2352_read(SXSIDEV sxsi, l
   
 static REG8 cd_write(SXSIDEV sxsi, long pos, const UINT8 *buf, UINT size) {  static REG8 cd_write(SXSIDEV sxsi, long pos, const UINT8 *buf, UINT size) {
   
           (void)sxsi;
           (void)pos;
           (void)buf;
           (void)size;
   
         return(0x60);          return(0x60);
 }  }
   
 static REG8 cd_format(SXSIDEV sxsi, long pos) {  static REG8 cd_format(SXSIDEV sxsi, long pos) {
   
           (void)sxsi;
           (void)pos;
   
         return(0x60);          return(0x60);
 }  }
   
Line 171  BRESULT sxsicd_open(SXSIDEV sxsi, const  Line 179  BRESULT sxsicd_open(SXSIDEV sxsi, const 
                 sxsi->sectors = 1;                  sxsi->sectors = 1;
                 sxsi->surfaces = 1;                  sxsi->surfaces = 1;
                 sxsi->headersize = 0;                  sxsi->headersize = 0;
                 sxsi->mediatype = 0;                  sxsi->mediatype = SXSIMEDIA_DATA;
                 return(SUCCESS);                  return(SUCCESS);
         }          }
         totals = issec2352(fh);          totals = issec2352(fh);
Line 187  BRESULT sxsicd_open(SXSIDEV sxsi, const  Line 195  BRESULT sxsicd_open(SXSIDEV sxsi, const 
                 sxsi->sectors = 1;                  sxsi->sectors = 1;
                 sxsi->surfaces = 1;                  sxsi->surfaces = 1;
                 sxsi->headersize = 0;                  sxsi->headersize = 0;
                 sxsi->mediatype = 0;                  sxsi->mediatype = SXSIMEDIA_DATA;
                 return(SUCCESS);                  return(SUCCESS);
         }          }
         file_close(fh);          file_close(fh);

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


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