Diff for /np2/i386c/memory.c between versions 1.25 and 1.26

version 1.25, 2004/04/05 12:02:30 version 1.26, 2004/04/14 20:39:12
Line 353  static void MEMCALL tramw_wt(UINT32 addr Line 353  static void MEMCALL tramw_wt(UINT32 addr
                 }                  }
         }          }
         else if (address < 0xa5000) {          else if (address < 0xa5000) {
                 if (address & 1) {                  if (!(address & 1)) {
                         value >>= 8;                          value >>= 8;
                 }                  }
                 if (cgwindow.writable & 1) {                  if (cgwindow.writable & 1) {

Removed from v.1.25  
changed lines
  Added in v.1.26


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