File:  [RetroPC.NET] / np2 / x11 / debug / viewmem.h
Revision 1.1: download - view: text, annotated - select for diffs
Fri Dec 12 00:11:56 2003 JST (21 years, 10 months ago) by monaka
Branches: MAIN
CVS tags: VER_0_82_x64, VER_0_82, VER_0_81A, VER_0_81, VER_0_80, VER_0_79, VER_0_78, VER_0_77, VER_0_76, VER_0_75, VER_0_74, VER_0_73, HEAD
revolve conflict filename.
(add viewer, but disable. viewer isn't fully function yet.)

#if defined(SUPPORT_VIEWER)

#ifdef __cplusplus
extern "C" {
#endif

void viewmem_read(VIEWMEM_T *cfg, UINT32 adrs, BYTE *buf, UINT32 size);
void viewmem_write(VIEWMEM_T *cfg, UINT32 adrs, BYTE *buf, UINT32 size);

#ifdef __cplusplus
}
#endif

#endif

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