--- np2/macosx/compiler.h 2003/10/19 14:56:15 1.2 +++ np2/macosx/compiler.h 2003/11/21 06:51:11 1.6 @@ -8,6 +8,9 @@ #define MACOS #define BYTESEX_BIG +#define OSLANG_SJIS +#define OSLINEBREAK_CR + typedef char TCHAR; typedef unsigned char BYTE; @@ -43,16 +46,21 @@ typedef Boolean BOOL; #include "trace.h" #define GETTICK() macos_gettick() -#define GETRAND() rand() #define SPRINTF sprintf #define VERMOUTH_LIB -#define SOUND_CRITICAL +// #define SOUND_CRITICAL + +#define SUPPORT_SJIS // #define SUPPORT_8BPP -// #define SUPPORT_16BPP +#ifdef NP2GCC +#define SUPPORT_16BPP +#endif // #define SUPPORT_24BPP #define SUPPORT_32BPP // #define SUPPORT_NORMALDISP #define MEMOPTIMIZE 1 +#define SOUNDRESERVE 80 +