Diff for /np2/i286a/memory.c between versions 1.2 and 1.3

version 1.2, 2003/12/19 05:25:32 version 1.3, 2003/12/19 09:38:25
Line 597  static REG16 MEMCALL tramw_rd(UINT32 add Line 597  static REG16 MEMCALL tramw_rd(UINT32 add
 #if 0 // defined(ARM)  #if 0 // defined(ARM)
 REG16 MEMCALL vramw_r0(UINT32 address);  REG16 MEMCALL vramw_r0(UINT32 address);
 REG16 MEMCALL vramw_r1(UINT32 address);  REG16 MEMCALL vramw_r1(UINT32 address);
   #else
 static REG16 MEMCALL vramw_r0(UINT32 address) {  static REG16 MEMCALL vramw_r0(UINT32 address) {
   
         CPU_REMCLOCK -= vramop.vramwait;          CPU_REMCLOCK -= vramop.vramwait;

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


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