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

version 1.1, 2004/01/05 06:05:11 version 1.3, 2007/11/03 00:00:20
Line 1 Line 1
   
   typedef struct {
           UINT8   port0439;
   } _NECIO, *NECIO;
   
 #ifdef __cplusplus  #ifdef __cplusplus
 extern "C" {  extern "C" {
 #endif  #endif
   
 void necio_reset(void);  void necio_reset(const NP2CFG *pConfig);
 void necio_bind(void);  void necio_bind(void);
   
 #ifdef __cplusplus  #ifdef __cplusplus

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


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