Diff for /np2/io/sysport.h between versions 1.1.1.1 and 1.3

version 1.1.1.1, 2003/10/16 17:57:57 version 1.3, 2007/11/03 00:00:20
Line 1 Line 1
   
 typedef struct {  typedef struct {
         BYTE    c;          UINT8   c;
 } _SYSPORT, *SYSPORT;  } _SYSPORT, *SYSPORT;
   
   
Line 8  typedef struct { Line 8  typedef struct {
 extern "C" {  extern "C" {
 #endif  #endif
   
 void systemport_reset(void);  void systemport_reset(const NP2CFG *pConfig);
 void systemport_bind(void);  void systemport_bind(void);
   
 #ifdef __cplusplus  #ifdef __cplusplus

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


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