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

version 1.1.1.1, 2003/10/16 17:57:50 version 1.3, 2003/12/21 16:05:25
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;
   
   

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


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