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

version 1.2, 2003/10/18 00:35:35 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;
Line 63  typedef struct { Line 45  typedef struct {
 extern "C" {  extern "C" {
 #endif  #endif
   
 extern const UINT32 maskword[16][2];  
   
 void egc_reset(void);  void egc_reset(void);
 void egc_bind(void);  void egc_bind(void);
 void IOOUTCALL egc_w16(UINT port, UINT16 value);  void IOOUTCALL egc_w16(UINT port, UINT16 value);

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


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