Diff for /np2/generic/cmjasts.c between versions 1.3 and 1.4

version 1.3, 2004/01/07 12:51:29 version 1.4, 2005/02/07 14:46:10
Line 22  typedef struct { Line 22  typedef struct {
 } _CMJAST, *CMJAST;  } _CMJAST, *CMJAST;
   
   
 static UINT jsread(COMMNG self, BYTE *data) {  static UINT jsread(COMMNG self, UINT8 *data) {
   
         (void)self;          (void)self;
         (void)data;          (void)data;
         return(0);          return(0);
 }  }
   
 static UINT jswrite(COMMNG self, BYTE data) {  static UINT jswrite(COMMNG self, UINT8 data) {
   
         CMJAST  js;          CMJAST  js;
         SINT32  pcm;          SINT32  pcm;
Line 55  static UINT jswrite(COMMNG self, BYTE da Line 55  static UINT jswrite(COMMNG self, BYTE da
         return(1);          return(1);
 }  }
   
 static BYTE jsgetstat(COMMNG self) {  static UINT8 jsgetstat(COMMNG self) {
   
         (void)self;          (void)self;
         return(0);          return(0);

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


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