Diff for /np2/win9xc/dialog/d_about.cpp between versions 1.3 and 1.4

version 1.3, 2004/03/23 18:34:05 version 1.4, 2004/03/23 22:39:40
Line 8 Line 8
   
   
 static const char str_np2title[] = "Neko Project II  ";  static const char str_np2title[] = "Neko Project II  ";
 static const char np2infostr[] =                                                                        \  static const char np2infostr[] =                                                                \
                                                 "CPU: %CPU% %CLOCK%\n"                                          \                                                  "CPU: %CPU% %CLOCK%\n"                                  \
                                                 "MEM: %MEM1%\n"                                                         \                                                  "MEM: %MEM1%\n"                                                 \
                                                 "GDC: %GDC%\n"                                                          \                                                  "GDC: %GDC%\n"                                                  \
                                                 "TEXT: %TEXT%\n"                                                        \                                                  "     %GDC2%\n"                                                 \
                                                 "GRPH: %GRPH%\n"                                                        \                                                  "TEXT: %TEXT%\n"                                                \
                                                 "SOUND: %EXSND%\n"                                                      \                                                  "GRPH: %GRPH%\n"                                                \
                                                 "\n"                                                                            \                                                  "SOUND: %EXSND%\n"                                              \
                                                 "BIOS: %BIOS%\n"                                                        \                                                  "\n"                                                                    \
                                                 "RHYTHM: %RHYTHM%\n"                                            \                                                  "BIOS: %BIOS%\n"                                                \
                                                 "\n"                                                                            \                                                  "RHYTHM: %RHYTHM%\n"                                    \
                                                   "\n"                                                                    \
                                                 "SCREEN: %DISP%";                                                  "SCREEN: %DISP%";
   
   

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


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