| ![[BACK]](/cvs/cvsweb/icons/back.gif) Return to memory.h CVS log ![[TXT]](/cvs/cvsweb/icons/text.gif) | ![[DIR]](/cvs/cvsweb/icons/dir.gif) Up to  [RetroPC.NET] / np2 / i386c | 
| version 1.15, 2004/06/15 13:50:13 | version 1.16, 2005/03/18 06:49:17 | 
|---|---|
| Line 52 | Line 52 | 
| extern "C" { | extern "C" { | 
| #endif | #endif | 
| extern BYTE mem[0x200000]; | extern UINT8 mem[0x200000]; | 
| void MEMCALL i286_memorymap(UINT type); | void MEMCALL i286_memorymap(UINT type); | 
| void MEMCALL i286_vram_dispatch(UINT operate); | void MEMCALL i286_vram_dispatch(UINT operate); |