Diff for /np2/mona/commng.h between versions 1.1 and 1.2

version 1.1, 2005/02/04 05:45:46 version 1.2, 2005/02/12 12:13:58
Line 29  typedef struct _commng *COMMNG; Line 29  typedef struct _commng *COMMNG;
   
 struct _commng {  struct _commng {
         UINT    connect;          UINT    connect;
         UINT    (*read)(COMMNG self, BYTE *data);          UINT    (*read)(COMMNG self, UINT8 *data);
         UINT    (*write)(COMMNG self, BYTE data);          UINT    (*write)(COMMNG self, UINT8 data);
         BYTE    (*getstat)(COMMNG self);          UINT8   (*getstat)(COMMNG self);
         long    (*msg)(COMMNG self, UINT msg, long param);          long    (*msg)(COMMNG self, UINT msg, long param);
         void    (*release)(COMMNG self);          void    (*release)(COMMNG self);
 };  };

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


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