--- np2/macosx/compiler.h 2004/02/16 05:31:31 1.13 +++ np2/macosx/compiler.h 2004/03/02 23:23:06 1.15 @@ -66,9 +66,10 @@ typedef unsigned char BYTE; // #define SUPPORT_NORMALDISP #define MEMOPTIMIZE 1 -#define SUPPORT_CRT15KHZ +//#define SUPPORT_CRT15KHZ +#define SUPPORT_CRT31KHZ #define SUPPORT_S98 -#define SUPPORT_WAVEMIX +#define SUPPORT_SWSEEKSND #define SUPPORT_HOSTDRV #define SUPPORT_SASI #define SUPPORT_SCSI @@ -84,4 +85,5 @@ typedef unsigned long long UINT64; #define MEMCALL typedef UINT64 DWORD; typedef UINT32 WORD; +static inline void msgbox(char* title, char* msg) { } #endif