| version 1.7, 2004/02/18 02:03:37 | version 1.10, 2004/05/21 08:40:28 | 
| Line 2 | Line 2 | 
 | #include        "resource.h" | #include        "resource.h" | 
 | #include        "np2.h" | #include        "np2.h" | 
 | #include        "np2class.h" | #include        "np2class.h" | 
 | #include        "np2info.h" |  | 
 | #include        "dialog.h" | #include        "dialog.h" | 
 | #include        "dialogs.h" | #include        "dialogs.h" | 
 | #include        "np2ver.h" | #include        "np2ver.h" | 
 | #include        "pccore.h" | #include        "pccore.h" | 
 |  | #include        "np2info.h" | 
 |  |  | 
 |  |  | 
 | 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%"; | 
 |  |  | 
 |  |  |