Diff for /np2/io/np2sysp.h between versions 1.1.1.1 and 1.4

version 1.1.1.1, 2003/10/16 17:57:55 version 1.4, 2007/11/03 00:00:20
Line 8  typedef struct { Line 8  typedef struct {
         char    outstr[NP2SYSP_LEN];          char    outstr[NP2SYSP_LEN];
         int             strpos;          int             strpos;
         int             outpos;          int             outpos;
           UINT32  outval;
           UINT32  inpval;
 } _NP2SYSP, *NP2SYSP;  } _NP2SYSP, *NP2SYSP;
   
   
Line 15  typedef struct { Line 17  typedef struct {
 extern "C" {  extern "C" {
 #endif  #endif
   
 void np2sysp_reset(void);  void np2sysp_outstr(const void *arg1, long arg2);
   
   void np2sysp_reset(const NP2CFG *pConfig);
 void np2sysp_bind(void);  void np2sysp_bind(void);
   
 #ifdef __cplusplus  #ifdef __cplusplus

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


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