Diff for /np2/i286c/memory.h between versions 1.1 and 1.2

version 1.1, 2003/10/16 17:57:45 version 1.2, 2003/10/21 11:22:05
Line 30  enum { Line 30  enum {
         ITF_ADRS        = 0x1f8000          ITF_ADRS        = 0x1f8000
 };  };
   
 #define VRAM_POS(a)     (a & (VRAM_STEP | 0x7fff))  #define VRAM_POS(a)     ((a) & (VRAM_STEP | 0x7fff))
   
   
 #ifdef __cplusplus  #ifdef __cplusplus

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


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