File:  [RetroPC.NET] / np2 / i386c / Attic / egcmem.h
Revision 1.2: download - view: text, annotated - select for diffs
Fri Mar 26 00:08:32 2004 JST (21 years, 7 months ago) by monaka
Branches: MAIN
CVS tags: VER_0_80, VER_0_79, VER_0_78, VER_0_77, VER_0_76, HEAD
GCC_ATTR_REGPARM (-> __attribute__((regparm(NUMBER))))


#ifdef __cplusplus
extern "C" {
#endif

void egcshift(void);

REG8 MEMCALL egc_read(UINT32 addr) GCC_ATTR_REGPARM;
void MEMCALL egc_write(UINT32 addr, REG8 value) GCC_ATTR_REGPARM;
REG16 MEMCALL egc_read_w(UINT32 addr) GCC_ATTR_REGPARM;
void MEMCALL egc_write_w(UINT32 addr, REG16 value) GCC_ATTR_REGPARM;

#ifdef __cplusplus
}
#endif


RetroPC.NET-CVS <cvs@retropc.net>