Diff for /np2/io/epsonio.h between versions 1.1 and 1.3

version 1.1, 2003/12/26 22:24:06 version 1.3, 2007/11/03 00:00:20
Line 1 Line 1
   
 typedef struct {  typedef struct {
         UINT8   cpumode;          UINT8   cpumode;
           UINT8   bankioen;
 } _EPSONIO;  } _EPSONIO;
   
   
Line 8  typedef struct { Line 9  typedef struct {
 extern "C" {  extern "C" {
 #endif  #endif
   
 void epsonio_reset(void);  void epsonio_reset(const NP2CFG *pConfig);
 void epsonio_bind(void);  void epsonio_bind(void);
   
 #ifdef __cplusplus  #ifdef __cplusplus

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


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