Diff for /np2/fdd/sxsicd.h between versions 1.4 and 1.6

version 1.4, 2005/04/05 13:48:09 version 1.6, 2005/04/06 16:46:07
Line 8  enum { Line 8  enum {
         SXSIMEDIA_AUDIO = 0x20          SXSIMEDIA_AUDIO = 0x20
 };  };
   
   typedef struct {
           UINT8   type;
           UINT8   track;
           UINT32  pos;
   } _CDTRK, *CDTRK;
   
 BRESULT sxsicd_open(SXSIDEV sxsi, const OEMCHAR *fname);  BRESULT sxsicd_open(SXSIDEV sxsi, const OEMCHAR *fname);
 UINT sxsicd_gettocinfo(SXSIDEV sxsi, UINT8 *buf);  
   CDTRK sxsicd_gettrk(SXSIDEV sxsi, UINT *tracks);
   BRESULT sxsicd_readraw(SXSIDEV sxsi, long pos, void *buf);
   
 #ifdef __cplusplus  #ifdef __cplusplus
 }  }

Removed from v.1.4  
changed lines
  Added in v.1.6


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