File:  [RetroPC.NET] / xmil / z80c / z80mem.h
Revision 1.2: download - view: text, annotated - select for diffs
Sun Aug 8 15:59:22 2004 JST (21 years, 2 months ago) by yui
Branches: MAIN
CVS tags: HEAD
fix...


#ifndef MEMCALL
#define	MEMCALL
#endif


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