Diff for /np2/io/crtc.h between versions 1.2 and 1.4

version 1.2, 2003/12/08 00:55:32 version 1.4, 2007/11/03 00:00:20
Line 31  typedef struct { Line 31  typedef struct {
 extern "C" {  extern "C" {
 #endif  #endif
   
 void crtc_reset(void);  void crtc_reset(const NP2CFG *pConfig);
 void crtc_bind(void);  void crtc_bind(void);
   
   void crtc_biosreset(void);
   
 #ifdef __cplusplus  #ifdef __cplusplus
 }  }
 #endif  #endif

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


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