Diff for /np2/i286a/memory.c between versions 1.4 and 1.5

version 1.4, 2003/12/20 10:27:55 version 1.5, 2003/12/20 11:49:47
Line 763  static REG16 MEMCALL i286w_itf(UINT32 ad Line 763  static REG16 MEMCALL i286w_itf(UINT32 ad
   
 // ---- table  // ---- table
   
   #if 0
   
 typedef void (MEMCALL * MEM8WRITE)(UINT32 address, REG8 value);  typedef void (MEMCALL * MEM8WRITE)(UINT32 address, REG8 value);
 typedef REG8 (MEMCALL * MEM8READ)(UINT32 address);  typedef REG8 (MEMCALL * MEM8READ)(UINT32 address);
 typedef void (MEMCALL * MEM16WRITE)(UINT32 address, REG16 value);  typedef void (MEMCALL * MEM16WRITE)(UINT32 address, REG16 value);
Line 892  const VACCTBL *vacc; Line 894  const VACCTBL *vacc;
                 memfn.rd16[0xe0000 >> 15] = i286_nonram_rw;                  memfn.rd16[0xe0000 >> 15] = i286_nonram_rw;
         }          }
 }  }
   #endif
   
 #if !defined(ARM)  #if !defined(ARM)
 REG8 MEMCALL i286_memoryread(UINT32 address) {  REG8 MEMCALL i286_memoryread(UINT32 address) {

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


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