Diff for /np2/i286c/memory.h between versions 1.3 and 1.4

version 1.3, 2003/11/29 00:36:00 version 1.4, 2003/12/09 15:49:14
Line 30  enum { Line 30  enum {
         ITF_ADRS        = 0x1f8000          ITF_ADRS        = 0x1f8000
 };  };
   
 #define VRAM_POS(a)     ((a) & (VRAM_STEP | 0x7fff))  #define VRAMADDRMASKEX(a)       ((a) & (VRAM_STEP | 0x7fff))
   
   
 #ifdef __cplusplus  #ifdef __cplusplus

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


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