|
|
| version 1.3, 2003/11/29 00:36:00 | version 1.5, 2003/12/12 01:04:40 |
|---|---|
| Line 30 enum { | Line 30 enum { |
| ITF_ADRS = 0x1f8000 | ITF_ADRS = 0x1f8000 |
| }; | }; |
| #define VRAM_POS(a) ((a) & (VRAM_STEP | 0x7fff)) | #define VRAMADDRMASKEX(a) ((a) & (VRAM_STEP | 0x7fff)) |
| #ifdef __cplusplus | #ifdef __cplusplus |
| extern "C" { | extern "C" { |
| #endif | #endif |
| extern BYTE mem[0x200000]; | extern BYTE _mem[0x200000]; |
| void MEMCALL i286_vram_dispatch(UINT operate); | void MEMCALL i286_vram_dispatch(UINT operate); |