openMSX
|
Static Public Member Functions | |
static void | draw1 (std::span< const Pixel, 16 > palette, Pixel *buffer, byte *, size_t p) |
Static Public Member Functions inherited from openmsx::P1Policy | |
static byte | readNameTable (const V9990VRAM &vram, unsigned addr) |
static byte | readPatternTable (const V9990VRAM &vram, unsigned addr) |
static byte | readSpriteAttr (const V9990VRAM &vram, unsigned addr) |
static unsigned | spritePatOfst (byte spriteNo, byte spriteY) |
Static Public Attributes | |
static constexpr bool | DRAW_BACKDROP = true |
Static Public Attributes inherited from openmsx::P1Policy | |
static constexpr unsigned | SCREEN_WIDTH = 256 |
static constexpr unsigned | IMAGE_WIDTH = 2 * SCREEN_WIDTH |
static constexpr unsigned | NAME_CHARS = IMAGE_WIDTH / 8 |
static constexpr unsigned | PATTERN_CHARS = SCREEN_WIDTH / 8 |
Definition at line 47 of file V9990PxConverter.cc.
|
inlinestatic |
Definition at line 48 of file V9990PxConverter.cc.
|
staticconstexpr |
Definition at line 54 of file V9990PxConverter.cc.