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

version 1.1.1.1, 2003/10/16 17:57:50 version 1.4, 2007/11/03 00:00:20
Line 6  typedef struct { Line 6  typedef struct {
 } _CGROM, *CGROM;  } _CGROM, *CGROM;
   
 typedef struct {  typedef struct {
         UINT    low;  #if !defined(CGWND_FONTPTR)
         UINT    high;          UINT32  low;
         BYTE    writable;          UINT32  high;
   #else
           BYTE    *fontlow;
           BYTE    *fonthigh;
   #endif
           UINT8   writable;
 } _CGWINDOW, *CGWINDOW;  } _CGWINDOW, *CGWINDOW;
   
   
Line 16  typedef struct { Line 21  typedef struct {
 extern "C" {  extern "C" {
 #endif  #endif
   
 void cgrom_reset(void);  void cgrom_reset(const NP2CFG *pConfig);
 void cgrom_bind(void);  void cgrom_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>