|
|
| version 1.2, 2003/11/29 00:36:00 | 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); | |
| REG8 MEMCALL egc_read(UINT32 addr); | |
| void MEMCALL egc_write(UINT32 addr, REG8 value); | |
| REG16 MEMCALL egc_read_w(UINT32 addr); | |
| void MEMCALL egc_write_w(UINT32 addr, REG16 value); | |
| #ifdef __cplusplus | |
| } | |
| #endif | |