| ![[BACK]](/cvs/cvsweb/icons/back.gif) Return to egcmem.h CVS log ![[TXT]](/cvs/cvsweb/icons/text.gif) | ![[DIR]](/cvs/cvsweb/icons/dir.gif) Up to  [RetroPC.NET] / np2 / i286x | 
| version 1.1.1.1, 2003/10/16 17:57:33 | version 1.3, 2005/02/08 09:18:59 | 
|---|---|
| Line 1 | Line 1 | 
| #ifdef __cplusplus | #error move: /mem/memegc.h | 
| extern "C" { | |
| #endif | |
| void egcshift(void); | |
| BYTE MEMCALL egc_read(UINT32 addr); | |
| void MEMCALL egc_write(UINT32 addr, BYTE value); | |
| UINT16 MEMCALL egc_read_w(UINT32 addr); | |
| void MEMCALL egc_write_w(UINT32 addr, UINT16 value); | |
| #ifdef __cplusplus | |
| } | |
| #endif | |