| version 1.14, 2004/02/25 19:30:40 | version 1.20, 2004/04/20 17:28:24 | 
| Line 72  typedef unsigned char BYTE; | Line 72  typedef unsigned char BYTE; | 
 | #define SUPPORT_HOSTDRV | #define SUPPORT_HOSTDRV | 
 | #define SUPPORT_SASI | #define SUPPORT_SASI | 
 | #define SUPPORT_SCSI | #define SUPPORT_SCSI | 
 |  | #define SUPPORT_KEYDISP | 
 |  | //#define SUPPORT_SOFTKBD | 
 |  |  | 
 |  | #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; | #define SUPPORT_CRT31KHZ | 
| void msgbox (char* text, char* buf); | #define IA32_PAGING_EACHSIZE | 
|  | static inline void msgbox(char* title, char* msg) { } | 
 | #endif | #endif |