00001 /* 00002 You can change these macros to suit your own needs 00003 For a description of what each macro does, see mk/user.mak 00004 */ 00005 #ifndef __CS_VOLATILE_H__ 00006 #define __CS_VOLATILE_H__ 00007 #define OS_MACOS 1 00008 #define CS_PLATFORM_NAME "Macintosh" 00009 #define PROC_POWERPC 1 00010 #define CS_PROCESSOR_NAME "PowerPC" 00011 // #define PROC_M68K 0 00012 // #define CS_PROCESSOR_NAME "M68K" 00013 #define COMP_MWERKS 1 00014 #define CS_COMPILER_NAME "MetroWorks" 00015 #define DO_SOUND 1 00016 00017 #endif // __CS_VOLATILE_H__