Diff for /np2/win9x/dialog/d_about.cpp between versions 1.8 and 1.10

version 1.8, 2004/03/23 18:34:05 version 1.10, 2004/05/21 08:40:28
Line 11 Line 11
   
 static  SIZE    aboutsize;  static  SIZE    aboutsize;
   
   #if !defined(SUPPORT_PC9821)
 static const char str_np2title[] = "Neko Project II  ";  static const char str_np2title[] = "Neko Project II  ";
 static const char np2infostr[] =                                                                        \  #else
                                                 "CPU: %CPU% %CLOCK%\n"                                          \  static const char str_np2title[] = "Neko Project 21  ";
                                                 "MEM: %MEM1%\n"                                                         \  #endif
                                                 "GDC: %GDC%\n"                                                          \  static const char np2infostr[] =                                                                \
                                                 "TEXT: %TEXT%\n"                                                        \                                                  "CPU: %CPU% %CLOCK%\n"                                  \
                                                 "GRPH: %GRPH%\n"                                                        \                                                  "MEM: %MEM1%\n"                                                 \
                                                 "SOUND: %EXSND%\n"                                                      \                                                  "GDC: %GDC%\n"                                                  \
                                                 "\n"                                                                            \                                                  "     %GDC2%\n"                                                 \
                                                 "BIOS: %BIOS%\n"                                                        \                                                  "TEXT: %TEXT%\n"                                                \
                                                 "RHYTHM: %RHYTHM%\n"                                            \                                                  "GRPH: %GRPH%\n"                                                \
                                                 "\n"                                                                            \                                                  "SOUND: %EXSND%\n"                                              \
                                                   "\n"                                                                    \
                                                   "BIOS: %BIOS%\n"                                                \
                                                   "RHYTHM: %RHYTHM%\n"                                    \
                                                   "\n"                                                                    \
                                                 "SCREEN: %DISP%";                                                  "SCREEN: %DISP%";
   
   

Removed from v.1.8  
changed lines
  Added in v.1.10


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