Diff for /np2/win9xc/np2.cpp between versions 1.17 and 1.21

version 1.17, 2004/02/18 06:19:01 version 1.21, 2004/03/06 18:25:36
Line 40 Line 40
 #define         OPENING_WAIT            1500  #define         OPENING_WAIT            1500
 #endif  #endif
   
 #if defined(CPUCORE_IA32)  #if defined(SUPPORT_PC9821)
                   const char szAppCaption[] = "Neko Project-21";
   #elif defined(CPUCORE_IA32)
                 const char szAppCaption[] = "Neko Project II (IA-32)";                  const char szAppCaption[] = "Neko Project II (IA-32)";
 #else  #else
                 const char szAppCaption[] = "Neko Project II (C Version)";                  const char szAppCaption[] = "Neko Project II (C Version)";
Line 502  static void np2cmd(HWND hWnd, UINT16 cmd Line 504  static void np2cmd(HWND hWnd, UINT16 cmd
   
                 case IDM_I286SAVE:                  case IDM_I286SAVE:
                         debugsub_status();                          debugsub_status();
   pic.pi[1].imr = 0;
                         break;                          break;
   
                 case IDM_HELP:                  case IDM_HELP:

Removed from v.1.17  
changed lines
  Added in v.1.21


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