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

version 1.10, 2005/04/06 16:46:07 version 1.11, 2007/11/03 00:00:19
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.10  
changed lines
  Added in v.1.11


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