| version 1.2, 2003/11/30 12:32:04 | version 1.9, 2005/03/19 23:06:18 | 
| Line 5 | Line 5 | 
 |  |  | 
 | #define SLZAURUS | #define SLZAURUS | 
 | #define BYTESEX_LITTLE | #define BYTESEX_LITTLE | 
| #define OSLANG_SJIS | #define OSLANG_EUC | 
 | #define OSLINEBREAK_CRLF | #define OSLINEBREAK_CRLF | 
 |  |  | 
 |  |  | 
| Line 25  typedef unsigned short UINT16; | Line 25  typedef unsigned short UINT16; | 
 | typedef signed int              SINT32; | typedef signed int              SINT32; | 
 | #endif | #endif | 
 |  |  | 
 |  | #define BRESULT                         UINT | 
 |  | #define OEMCHAR                         char | 
 |  | #define OEMTEXT(string)         string | 
 |  | #define OEMSPRINTF                      sprintf | 
 |  | #define OEMSTRLEN                       strlen | 
 |  |  | 
 | #if !defined(SIZE_VGA) | #if !defined(SIZE_VGA) | 
 | #define RGB16           UINT32 | #define RGB16           UINT32 | 
| Line 40  typedef signed int  SINT32; | Line 45  typedef signed int  SINT32; | 
 | #include        "trace.h" | #include        "trace.h" | 
 |  |  | 
 |  |  | 
| #define GETTICK()       SDL_GetTicks() | #define GETTICK()                       SDL_GetTicks() | 
| #define SPRINTF         sprintf |  | 
 | #define __ASSERT(s) | #define __ASSERT(s) | 
 |  | #define SPRINTF                         sprintf | 
 |  | #define STRLEN                          strlen | 
 |  |  | 
 | #define VERMOUTH_LIB | #define VERMOUTH_LIB | 
 | // #define      SOUND_CRITICAL | // #define      SOUND_CRITICAL | 
 |  |  | 
| #define SUPPORT_SJIS | #define SUPPORT_EUC | 
 |  |  | 
 | #define SUPPORT_16BPP | #define SUPPORT_16BPP | 
 | #define MEMOPTIMIZE             2 | #define MEMOPTIMIZE             2 | 
 |  |  | 
 | #define SOUNDRESERVE    100 | #define SOUNDRESERVE    100 | 
 |  |  | 
 |  | #define SUPPORT_CRT15KHZ | 
 |  | #define SUPPORT_HOSTDRV | 
 |  | #define SUPPORT_SWSEEKSND | 
 |  | #define SUPPORT_SASI | 
 |  | #define SUPPORT_SCSI | 
 |  |  | 
 | #define SCREEN_BPP              16 | #define SCREEN_BPP              16 | 
 |  |  |