| ![[BACK]](/cvs/cvsweb/icons/back.gif) Return to z80mem.h CVS log ![[TXT]](/cvs/cvsweb/icons/text.gif) | ![[DIR]](/cvs/cvsweb/icons/dir.gif) Up to  [RetroPC.NET] / xmil / z80ands | 
added nds core
#ifndef MEMCALL
#define	MEMCALL
#endif
#ifdef __cplusplus
extern "C" {
#endif
REG8 MEMCALL z80mem_read8(UINT addr);
void MEMCALL z80mem_write8(UINT addr, REG8 value);
#ifdef __cplusplus
}
#endif