Diff for /np2/cbus/ideio.h between versions 1.4 and 1.6

version 1.4, 2004/08/06 15:03:50 version 1.6, 2005/03/05 06:02:28
Line 27  typedef struct { Line 27  typedef struct {
   
         UINT    bufpos;          UINT    bufpos;
         UINT    bufsize;          UINT    bufsize;
         BYTE    buf[512];          UINT8   buf[512];
 } _IDEDRV, *IDEDRV;  } _IDEDRV, *IDEDRV;
   
 typedef struct {  typedef struct {
Line 124  REG16 IOINPCALL ideio_r16(UINT port); Line 124  REG16 IOINPCALL ideio_r16(UINT port);
   
 void ideio_reset(void);  void ideio_reset(void);
 void ideio_bind(void);  void ideio_bind(void);
   void ideio_notify(REG8 sxsidrv, UINT action);
   
 #ifdef __cplusplus  #ifdef __cplusplus
 }  }

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


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