Diff for /np2/i286c/Attic/egcmem.h between versions 1.1.1.1 and 1.2

version 1.1.1.1, 2003/10/16 17:57:47 version 1.2, 2003/11/29 00:36:00
Line 5  extern "C" { Line 5  extern "C" {
   
 void egcshift(void);  void egcshift(void);
   
 BYTE MEMCALL egc_read(UINT32 addr);  REG8 MEMCALL egc_read(UINT32 addr);
 void MEMCALL egc_write(UINT32 addr, BYTE value);  void MEMCALL egc_write(UINT32 addr, REG8 value);
 UINT16 MEMCALL egc_read_w(UINT32 addr);  REG16 MEMCALL egc_read_w(UINT32 addr);
 void MEMCALL egc_write_w(UINT32 addr, UINT16 value);  void MEMCALL egc_write_w(UINT32 addr, REG16 value);
   
 #ifdef __cplusplus  #ifdef __cplusplus
 }  }

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


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