File:  [RetroPC.NET] / xmil / z80ands / z80mem.h
Revision 1.1: download - view: text, annotated - select for diffs
Thu Mar 26 06:36:12 2009 JST (16 years, 7 months ago) by yui
Branches: MAIN
CVS tags: HEAD
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


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