openMSX
|
Static Public Member Functions | |
static byte | readNameTable (V9990VRAM &vram, unsigned addr) |
static byte | readPatternTable (V9990VRAM &vram, unsigned addr) |
static byte | readSpriteAttr (V9990VRAM &vram, unsigned addr) |
static unsigned | spritePatOfst (byte spriteNo, byte spriteY) |
template<std::unsigned_integral Pixel> | |
static void | draw1 (const Pixel *palette, Pixel *buffer, byte *info, size_t p) |
Static Public Attributes | |
static constexpr bool | DRAW_BACKDROP = true |
static constexpr unsigned | SCREEN_WIDTH = 512 |
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 65 of file V9990PxConverter.cc.
|
inlinestatic |
Definition at line 79 of file V9990PxConverter.cc.
Definition at line 66 of file V9990PxConverter.cc.
References openmsx::V9990VRAM::readVRAMDirect().
Definition at line 69 of file V9990PxConverter.cc.
References openmsx::V9990VRAM::readVRAMBx().
Definition at line 72 of file V9990PxConverter.cc.
References openmsx::V9990VRAM::readVRAMDirect().
Definition at line 75 of file V9990PxConverter.cc.
|
staticconstexpr |
Definition at line 86 of file V9990PxConverter.cc.
|
staticconstexpr |
Definition at line 88 of file V9990PxConverter.cc.
|
staticconstexpr |
Definition at line 89 of file V9990PxConverter.cc.
|
staticconstexpr |
Definition at line 90 of file V9990PxConverter.cc.
|
staticconstexpr |
Definition at line 87 of file V9990PxConverter.cc.