Diff for /np2/io/egc.h between versions 1.3 and 1.4

version 1.3, 2003/10/20 06:36:33 version 1.4, 2003/10/25 10:19:57
Line 10  typedef union { Line 10  typedef union {
         UINT32  d[2];          UINT32  d[2];
 } EGCQUAD;  } EGCQUAD;
   
 #if defined(BYTESEX_LITTLE)  
   
 enum {  
         EGCADDR_L               = 0,  
         EGCADDR_H               = 1  
 };  
 #define EGCADDR(a)      (a)  
   
 #elif defined(BYTESEX_BIG)  
   
 enum {  
         EGCADDR_L               = 1,  
         EGCADDR_H               = 0  
 };  
 #define EGCADDR(a)      ((a) ^ 1)  
   
 #endif  
   
 typedef struct {  typedef struct {
         UINT16  access;          UINT16  access;
         UINT16  fgbg;          UINT16  fgbg;

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


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