File:  [RetroPC.NET] / np2 / i286a / Attic / egcmem.h
Revision 1.1: download - view: text, annotated - select for diffs
Mon Dec 22 08:27:08 2003 JST (21 years, 10 months ago) by yui
Branches: MAIN
CVS tags: VER_0_80, VER_0_79, VER_0_78, VER_0_77, VER_0_76, VER_0_75, VER_0_74, VER_0_73, HEAD
[WinCE] use i286a (T.Yui)


#ifdef __cplusplus
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


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