|
|
| version 1.1, 2003/12/08 00:55:31 | version 1.2, 2004/03/25 15:08:32 |
|---|---|
| Line 5 extern "C" { | Line 5 extern "C" { |
| void egcshift(void); | void egcshift(void); |
| REG8 MEMCALL egc_read(UINT32 addr); | REG8 MEMCALL egc_read(UINT32 addr) GCC_ATTR_REGPARM; |
| void MEMCALL egc_write(UINT32 addr, REG8 value); | void MEMCALL egc_write(UINT32 addr, REG8 value) GCC_ATTR_REGPARM; |
| REG16 MEMCALL egc_read_w(UINT32 addr); | REG16 MEMCALL egc_read_w(UINT32 addr) GCC_ATTR_REGPARM; |
| void MEMCALL egc_write_w(UINT32 addr, REG16 value); | void MEMCALL egc_write_w(UINT32 addr, REG16 value) GCC_ATTR_REGPARM; |
| #ifdef __cplusplus | #ifdef __cplusplus |
| } | } |