Diff for /np2/cbus/ideio.h between versions 1.8 and 1.11

version 1.8, 2005/03/05 16:35:49 version 1.11, 2007/11/03 00:00:19
Line 53  typedef struct { Line 53  typedef struct {
         UINT    bufpos;          UINT    bufpos;
         UINT    bufsize;          UINT    bufsize;
         UINT8   buf[IDEIO_BUFSIZE_MAX];          UINT8   buf[IDEIO_BUFSIZE_MAX];
   
           // audio
           UINT    daflag;
           UINT32  dacurpos;
           UINT32  dalength;
           UINT    dabufrem;
           UINT8   dabuf[2352];
 } _IDEDRV, *IDEDRV;  } _IDEDRV, *IDEDRV;
   
 typedef struct {  typedef struct {
Line 62  typedef struct { Line 69  typedef struct {
   
 typedef struct {  typedef struct {
         UINT8   bank[2];          UINT8   bank[2];
         UINT8   padding[2];          UINT8   daplaying;
           UINT8   padding;
         _IDEDEV dev[2];          _IDEDEV dev[2];
 } IDEIO;  } IDEIO;
   
Line 165  extern IDEIO ideio; Line 173  extern IDEIO ideio;
 void IOOUTCALL ideio_w16(UINT port, REG16 value);  void IOOUTCALL ideio_w16(UINT port, REG16 value);
 REG16 IOINPCALL ideio_r16(UINT port);  REG16 IOINPCALL ideio_r16(UINT port);
   
 void ideio_reset(void);  void ideio_reset(const NP2CFG *pConfig);
 void ideio_bind(void);  void ideio_bind(void);
 void ideio_notify(REG8 sxsidrv, UINT action);  void ideio_notify(REG8 sxsidrv, UINT action);
   

Removed from v.1.8  
changed lines
  Added in v.1.11


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