--- np2/i286x/memory.h 2003/12/27 11:55:23 1.4 +++ np2/i286x/memory.h 2004/01/25 05:41:29 1.6 @@ -17,6 +17,8 @@ // 1e0000-1e7fff VRAM1 // 1f8000-1fffff ITF-ROM +#define USE_HIMEM 0x110000 + enum { VRAM_STEP = 0x100000, VRAM_B = 0x0a8000, @@ -47,6 +49,7 @@ extern "C" { extern BYTE mem[0x200000]; void MEMCALL i286_memorymap(UINT type); +void MEMCALL i286_romareamap(UINT16 map); void MEMCALL i286_vram_dispatch(UINT operate); BYTE MEMCALL i286_memoryread(UINT32 address);