--- np2/win9x/np2.h 2006/12/24 07:53:01 1.22 +++ np2/win9x/np2.h 2006/12/24 13:21:38 1.23 @@ -1,4 +1,16 @@ +#if !defined(SUPPORT_PC9821) +#define PROJECTNAME "Neko Project II" +#else +#define PROJECTNAME "Neko Project 21" +#endif + +#if !defined(_WIN64) +#define PROJECTSUBNAME "" +#else +#define PROJECTSUBNAME " x64" +#endif + typedef struct { UINT8 port; UINT8 def_en;