File:  [RetroPC.NET] / xmil / z80x / z80xmem.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

UINT8 __fastcall memrd8_ecx_al(UINT addr);
void __fastcall memwr8_ecx_dl(UINT addr, UINT8 value);

#ifdef __cplusplus
}
#endif


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