Diff for /np2/win9xc/Attic/debugwin.cpp between versions 1.1 and 1.3

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

Removed from v.1.1  
changed lines
  Added in v.1.3


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