Diff for /np2/io/cgrom.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 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;
           UINT32  high;
   #else
           BYTE    *fontlow;
           BYTE    *fonthigh;
   #endif
         UINT8   writable;          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.2  
changed lines
  Added in v.1.4


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