|
|
| version 1.7, 2004/02/18 02:03:37 | version 1.9, 2004/04/09 10:52:21 |
|---|---|
| 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; |
| 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%"; |