| version 1.20, 2004/03/06 18:25:36 | version 1.26, 2004/04/07 14:55:46 | 
| Line 45  typedef signed __int64  SINT64; | Line 45  typedef signed __int64  SINT64; | 
 | #define STOREINTELWORD(a, b)    *(UINT16 *)(a) = (b) | #define STOREINTELWORD(a, b)    *(UINT16 *)(a) = (b) | 
 |  |  | 
 |  |  | 
 |  | #define FASTCALL        __fastcall | 
 |  |  | 
 |  |  | 
 | #include        "common.h" | #include        "common.h" | 
 | #include        "milstr.h" | #include        "milstr.h" | 
 | #include        "_memory.h" | #include        "_memory.h" | 
| Line 84  typedef signed __int64  SINT64; | Line 87  typedef signed __int64  SINT64; | 
 | #if defined(CPUCORE_IA32) | #if defined(CPUCORE_IA32) | 
 | #define SUPPORT_CRT31KHZ | #define SUPPORT_CRT31KHZ | 
 | #define SUPPORT_PC9821 | #define SUPPORT_PC9821 | 
 |  | #define SUPPORT_PC9801_119 | 
 |  | #define SUPPORT_SOFTKBD                 3 | 
 |  | #define IA32_PAGING_EACHSIZE | 
 | #endif | #endif | 
 | #define SUPPORT_HOSTDRV | #define SUPPORT_HOSTDRV | 
 | #define SUPPORT_SWSEEKSND | #define SUPPORT_SWSEEKSND | 
 |  |  | 
 | #define FASTCALL        __fastcall |  | 
 |  |  | 
 |  |  | 
 | #if defined(CPUCORE_IA32) | #if defined(CPUCORE_IA32) | 
 | #define sigjmp_buf                              jmp_buf | #define sigjmp_buf                              jmp_buf |