Diff for /np2/cbus/cs4231io.h between versions 1.2 and 1.3

version 1.2, 2003/12/08 00:55:30 version 1.3, 2005/04/08 19:39:08
Line 7  extern "C" { Line 7  extern "C" {
 void cs4231io_reset(void);  void cs4231io_reset(void);
 void cs4231io_bind(void);  void cs4231io_bind(void);
   
 void IOOUTCALL cs4231io_w8(UINT port, REG8 value);  void IOOUTCALL cs4231io0_w8(UINT port, REG8 value);
 REG8 IOINPCALL cs4231io_r8(UINT port);  REG8 IOINPCALL cs4231io0_r8(UINT port);
   void IOOUTCALL cs4231io2_w8(UINT port, REG8 value);
   REG8 IOINPCALL cs4231io2_r8(UINT port);
   void IOOUTCALL cs4231io5_w8(UINT port, REG8 value);
   REG8 IOINPCALL cs4231io5_r8(UINT port);
   
 #ifdef __cplusplus  #ifdef __cplusplus
 }  }

Removed from v.1.2  
changed lines
  Added in v.1.3


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