|
|
| version 1.4, 2003/12/27 11:55:23 | version 1.6, 2004/01/25 05:41:29 |
|---|---|
| Line 17 | Line 17 |
| // 1e0000-1e7fff VRAM1 | // 1e0000-1e7fff VRAM1 |
| // 1f8000-1fffff ITF-ROM | // 1f8000-1fffff ITF-ROM |
| #define USE_HIMEM 0x110000 | |
| enum { | enum { |
| VRAM_STEP = 0x100000, | VRAM_STEP = 0x100000, |
| VRAM_B = 0x0a8000, | VRAM_B = 0x0a8000, |
| Line 47 extern "C" { | Line 49 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); |
| BYTE MEMCALL i286_memoryread(UINT32 address); | BYTE MEMCALL i286_memoryread(UINT32 address); |