Diff for /np2/i386c/Attic/egcmem.h between versions 1.2 and 1.3

version 1.2, 2004/03/25 15:08:32 version 1.3, 2005/02/08 09:19:00
Line 1 Line 1
   
 #ifdef __cplusplus  #error  move: /mem/memegc.h
 extern "C" {  
 #endif  
   
 void egcshift(void);  
   
 REG8 MEMCALL egc_read(UINT32 addr) GCC_ATTR_REGPARM;  
 void MEMCALL egc_write(UINT32 addr, REG8 value) GCC_ATTR_REGPARM;  
 REG16 MEMCALL egc_read_w(UINT32 addr) GCC_ATTR_REGPARM;  
 void MEMCALL egc_write_w(UINT32 addr, REG16 value) GCC_ATTR_REGPARM;  
   
 #ifdef __cplusplus  
 }  
 #endif  
   

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


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