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

version 1.2, 2004/03/26 03:12:37 version 1.6, 2005/03/05 06:02:28
Line 1 Line 1
   
   #define IDEIO_MULTIPLE_MAX      0
   
 typedef struct {  typedef struct {
         UINT8   sxsidrv;          UINT8   sxsidrv;
         UINT8   wp;          UINT8   wp;
Line 18  typedef struct { Line 20  typedef struct {
         UINT8   sectors;          UINT8   sectors;
         UINT8   bufdir;          UINT8   bufdir;
   
           UINT8   mulcnt;
           UINT8   multhr;
           UINT8   mulmode;
           UINT8   dmy;
   
         UINT    bufpos;          UINT    bufpos;
         UINT    bufsize;          UINT    bufsize;
         BYTE    buf[512];          UINT8   buf[512];
 } _IDEDRV, *IDEDRV;  } _IDEDRV, *IDEDRV;
   
 typedef struct {  typedef struct {
Line 113  extern "C" { Line 120  extern "C" {
 extern  IDEIO   ideio;  extern  IDEIO   ideio;
   
 void IOOUTCALL ideio_w16(UINT port, REG16 value);  void IOOUTCALL ideio_w16(UINT port, REG16 value);
 REG16 IOOUTCALL ideio_r16(UINT port);  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.2  
changed lines
  Added in v.1.6


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