File:  [RetroPC.NET] / np2 / debugsub.h
Revision 1.2: download - view: text, annotated - select for diffs
Sun Mar 21 20:47:19 2004 JST (21 years, 7 months ago) by yui
Branches: MAIN
CVS tags: VER_0_80, VER_0_79, VER_0_78, VER_0_77, VER_0_76, HEAD
fix gdc (T.Yui)


#ifdef __cplusplus
extern "C" {
#endif

const char *debugsub_flags(UINT16 flag);
const char *debugsub_regs(void);
void debugsub_status(void);
void debugsub_memorydump(void);
void debugsub_memorydumpall(void);

#ifdef __cplusplus
}
#endif


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