Diff for /np2/i386c/memory.h between versions 1.4 and 1.6

version 1.4, 2003/12/11 15:02:16 version 1.6, 2003/12/27 11:55:23
Line 1 Line 1
   
   #ifndef NP2_I386C_MEMORY_H__
   #define NP2_I386C_MEMORY_H__
   
 #ifdef NP2_MEMORY_ASM                                   // アセンブラ版は 必ずfastcallで  #ifdef NP2_MEMORY_ASM                                   // アセンブラ版は 必ずfastcallで
 #undef  MEMCALL  #undef  MEMCALL
 #define MEMCALL FASTCALL  #define MEMCALL FASTCALL
Line 8 Line 11
 // 000000-0fffff メインメモリ  // 000000-0fffff メインメモリ
 // 100000-10ffef HMA  // 100000-10ffef HMA
 // 110000-193fff FONT-ROM/RAM  // 110000-193fff FONT-ROM/RAM
 // 1a8000-1e7fff VRAM1  // 1a8000-1bffff VRAM1
   // 1c0000-1c7fff ITF-ROM BAK
   // 1c8000-1dffff EPSON RAM
   // 1e0000-1e7fff VRAM1
 // 1f8000-1fffff ITF-ROM  // 1f8000-1fffff ITF-ROM
   
 #define VRAM_STEP       0x100000  #define VRAM_STEP       0x100000
Line 82  extern "C" { Line 88  extern "C" {
   
 extern  BYTE    mem[0x200000];  extern  BYTE    mem[0x200000];
   
   void MEMCALL i286_memorymap(UINT type);
 void MEMCALL i286_vram_dispatch(UINT operate);  void MEMCALL i286_vram_dispatch(UINT operate);
   
 void MEMCALL __i286_memorywrite(UINT32 address, REG8 value);  void MEMCALL __i286_memorywrite(UINT32 address, REG8 value);
Line 139  void MEMCALL i286_memx_write(UINT32 addr Line 146  void MEMCALL i286_memx_write(UINT32 addr
 #ifdef __cplusplus  #ifdef __cplusplus
 }  }
 #endif  #endif
   
   #endif  /* !NP2_I386C_MEMORY_H__ */
   

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


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