--- np2/debugsub.h 2003/10/16 17:57:09 1.1.1.1 +++ np2/debugsub.h 2005/03/18 09:23:10 1.3 @@ -3,10 +3,11 @@ extern "C" { #endif -const char *debugsub_flags(UINT16 flag); -const char *debugsub_regs(void); +const OEMCHAR *debugsub_flags(UINT16 flag); +const OEMCHAR *debugsub_regs(void); void debugsub_status(void); void debugsub_memorydump(void); +void debugsub_memorydumpall(void); #ifdef __cplusplus }