Diff for /np2/i286c/memory.h between versions 1.7 and 1.8

version 1.7, 2003/12/27 11:55:23 version 1.8, 2004/01/05 06:05:11
Line 43  extern "C" { Line 43  extern "C" {
 extern  BYTE    mem[0x200000];  extern  BYTE    mem[0x200000];
   
 void MEMCALL i286_memorymap(UINT type);  void MEMCALL i286_memorymap(UINT type);
   void MEMCALL i286_romareamap(UINT16 map);
 void MEMCALL i286_vram_dispatch(UINT operate);  void MEMCALL i286_vram_dispatch(UINT operate);
   
 REG8 MEMCALL i286_memoryread(UINT32 address);  REG8 MEMCALL i286_memoryread(UINT32 address);

Removed from v.1.7  
changed lines
  Added in v.1.8


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