|
|
| version 1.3, 2003/12/01 03:38:52 | version 1.7, 2004/05/15 06:45:56 |
|---|---|
| Line 72 typedef unsigned char BYTE; | Line 72 typedef unsigned char BYTE; |
| #define BYTESEX_LITTLE | #define BYTESEX_LITTLE |
| #endif /* SDL_BYTEORDER == SDL_BIG_ENDIAN */ | #endif /* SDL_BYTEORDER == SDL_BIG_ENDIAN */ |
| #define __ASSERT(s) assert(s) | |
| #define UNUSED(v) ((void)(v)) | #define UNUSED(v) ((void)(v)) |
| #ifndef NELEMENTS | #ifndef NELEMENTS |
| #define NELEMENTS(a) ((int)(sizeof(a) / sizeof(a[0]))) | #define NELEMENTS(a) ((int)(sizeof(a) / sizeof(a[0]))) |
| #endif | #endif |
| #if !defined(SIZE_VGA) | |
| #define RGB16 UINT32 | |
| #define SIZE_QVGA | |
| #endif | |
| #include "common.h" | #include "common.h" |
| #include "milstr.h" | #include "milstr.h" |
| #include "_memory.h" | #include "_memory.h" |
| Line 87 typedef unsigned char BYTE; | Line 92 typedef unsigned char BYTE; |
| #include "lstarray.h" | #include "lstarray.h" |
| #include "trace.h" | #include "trace.h" |
| #define GETTICK() SDL_GetTicks() | #define GETTICK() SDL_GetTicks() |
| #define SPRINTF sprintf | #define SPRINTF sprintf |
| #define __ASSERT(s) | #define __ASSERT(s) |
| Line 94 typedef unsigned char BYTE; | Line 100 typedef unsigned char BYTE; |
| #define VERMOUTH_LIB | #define VERMOUTH_LIB |
| // #define SOUND_CRITICAL | // #define SOUND_CRITICAL |
| #define SUPPORT_SJIS | |
| #define SUPPORT_EUC | #define SUPPORT_EUC |
| #define SUPPORT_16BPP | #define SUPPORT_16BPP |
| #define MEMOPTIMIZE 2 | #define MEMOPTIMIZE 2 |
| #ifndef SIZE_VGA | |
| #define SIZE_QVGA | |
| #endif | |
| #define SOUNDRESERVE 100 | #define SOUNDRESERVE 100 |
| #define SUPPORT_CRT15KHZ | |
| #define SCREEN_BPP 16 | #define SCREEN_BPP 16 |