Go to the source code of this file.
◆ PHASE17_ASSERT_PIXEL_EQ
| #define PHASE17_ASSERT_PIXEL_EQ |
( |
|
expected, |
|
|
|
x_, |
|
|
|
y_ |
|
) |
| |
Value: do { \
uint16_t _aval = rasterReadPixel((int16_t)(x_), (int16_t)(y_)); \
cester_assert_uint_eq((unsigned)(expected), (unsigned)_aval); \
} while (0)
◆ PHASE17_ASSERT_PIXEL_UNTOUCHED
◆ TEX17_CLUT_FIELD
| #define TEX17_CLUT_FIELD 0u /* 15-bit direct ignores CLUT */ |
◆ TEX17_HEIGHT
| #define TEX17_HEIGHT 32 /* rows */ |
◆ TEX17_TPAGE
◆ TEX17_TX
◆ TEX17_TY
◆ TEX17_VRAM_BASE_X
| #define TEX17_VRAM_BASE_X (TEX17_TX * 64) /* 704 */ |
◆ TEX17_VRAM_BASE_Y
| #define TEX17_VRAM_BASE_Y (TEX17_TY * 256) /* 0 */ |
◆ TEX17_WIDTH
| #define TEX17_WIDTH 32 /* texels per row */ |