File:  [RetroPC.NET] / xmil / z80c / z80mem.h
Revision 1.1: download - view: text, annotated - select for diffs
Sun Aug 1 14:31:32 2004 JST (21 years, 3 months ago) by yui
Branches: MAIN
CVS tags: HEAD
initialize


#ifdef __cplusplus
extern "C" {
#endif

REG8 MEMCALL Z80_RDMEM(REG16 addr);
void MEMCALL Z80_WRMEM(REG16 addr, REG8 value);
REG16 MEMCALL Z80_RDMEM_W(REG16 addr);
void MEMCALL Z80_WRMEM_W(REG16 addr, REG16 value);

#ifdef __cplusplus
}
#endif


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