File:  [RetroPC.NET] / xmil / z80x / z80xmem.h
Revision 1.2: download - view: text, annotated - select for diffs
Thu Aug 12 01:09:04 2004 JST (21 years, 2 months ago) by yui
Branches: MAIN
CVS tags: HEAD
fix...


#ifdef __cplusplus
extern "C" {
#endif

UINT8 __fastcall z80mem_read8(UINT addr);
void __fastcall z80mem_write8(UINT addr, UINT8 value);

#ifdef __cplusplus
}
#endif


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