Diff for /np2/win9xc/np2.cpp between versions 1.16 and 1.22

version 1.16, 2004/02/13 20:31:55 version 1.22, 2004/03/09 16:31:18
Line 32 Line 32
 #include        "diskdrv.h"  #include        "diskdrv.h"
 #include        "fddfile.h"  #include        "fddfile.h"
 #include        "timing.h"  #include        "timing.h"
   #include        "keystat.h"
 #include        "debugsub.h"  #include        "debugsub.h"
   
   
Line 39 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)";

Removed from v.1.16  
changed lines
  Added in v.1.22


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