--- np2/win9xc/Attic/debugwin.cpp 2004/03/09 23:39:20 1.1 +++ np2/win9xc/Attic/debugwin.cpp 2004/03/10 23:01:08 1.3 @@ -114,12 +114,12 @@ typedef struct { static MEMDBG memdbg; -static const char memdbgclass[] = "np2-ia32page"; -static const char memdbgtitle[] = "IA32 - paging"; +static const char memdbgclass[] = "np2-memdbg"; +static const char memdbgtitle[] = "IA32 - MEMORY MAP"; static const UINT32 mdwinpal[MEMDBG32_PALS] = {0x00333333, 0x00000000, - 0x00ffaa00, 0x00ff0000, 0x0000ff00, 0xffffffff}; + 0x00ffaa00, 0x00ff0000, 0x00118811, 0x0000ff00, 0xffffffff}; static UINT32 mdwin_getpal32(CMNPALFN *self, UINT num) {