Diff for /np2/macosx/compiler.h between versions 1.15 and 1.17

version 1.15, 2004/03/02 23:23:06 version 1.17, 2004/03/15 11:06:23
Line 66  typedef unsigned char BYTE; Line 66  typedef unsigned char BYTE;
 // #define SUPPORT_NORMALDISP  // #define SUPPORT_NORMALDISP
 #define MEMOPTIMIZE             1  #define MEMOPTIMIZE             1
   
 //#define       SUPPORT_CRT15KHZ  #define SUPPORT_CRT15KHZ
 #define SUPPORT_CRT31KHZ  
 #define SUPPORT_S98  #define SUPPORT_S98
 #define SUPPORT_SWSEEKSND  #define SUPPORT_SWSEEKSND
 #define SUPPORT_HOSTDRV  #define SUPPORT_HOSTDRV
 #define SUPPORT_SASI  #define SUPPORT_SASI
 #define SUPPORT_SCSI  #define SUPPORT_SCSI
   #define SUPPORT_KEYDISP
   
   #define USE_RESUME
 #define SOUNDRESERVE    80  #define SOUNDRESERVE    80
   
 #if defined(CPUCORE_IA32)  #if defined(CPUCORE_IA32)
 typedef signed long long        SINT64;  typedef SInt64                  SINT64;
 typedef unsigned long long  UINT64;  typedef UInt64                  UINT64;
 #define INLINE                          inline  #define INLINE                  inline
 #define FASTCALL  #define FASTCALL
 #define CPUCALL  #define CPUCALL
 #define MEMCALL  #define MEMCALL
 typedef UINT64  DWORD;  #define SUPPORT_PC9821
 typedef UINT32  WORD;  
 static inline void msgbox(char* title, char* msg) { }  static inline void msgbox(char* title, char* msg) { }
 #endif  #endif

Removed from v.1.15  
changed lines
  Added in v.1.17


RetroPC.NET-CVS <cvs@retropc.net>