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

version 1.9, 2005/04/05 20:37:07 version 1.11, 2007/11/03 00:00:19
Line 57  typedef struct { Line 57  typedef struct {
         // audio          // audio
         UINT    daflag;          UINT    daflag;
         UINT32  dacurpos;          UINT32  dacurpos;
         UINT32  daendpos;          UINT32  dalength;
         UINT    dabufpos;          UINT    dabufrem;
         UINT8   dabuf[2352];          UINT8   dabuf[2352];
 } _IDEDRV, *IDEDRV;  } _IDEDRV, *IDEDRV;
   
Line 173  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.9  
changed lines
  Added in v.1.11


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