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 (std::span< const Pixel, 16 > 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 68 of file V9990PxConverter.cc.
|
inlinestatic |
Definition at line 82 of file V9990PxConverter.cc.
Definition at line 69 of file V9990PxConverter.cc.
References openmsx::V9990VRAM::readVRAMDirect().
Definition at line 72 of file V9990PxConverter.cc.
References openmsx::V9990VRAM::readVRAMBx().
Definition at line 75 of file V9990PxConverter.cc.
References openmsx::V9990VRAM::readVRAMDirect().
Definition at line 78 of file V9990PxConverter.cc.
|
staticconstexpr |
Definition at line 89 of file V9990PxConverter.cc.
|
staticconstexpr |
Definition at line 91 of file V9990PxConverter.cc.
|
staticconstexpr |
Definition at line 92 of file V9990PxConverter.cc.
|
staticconstexpr |
Definition at line 93 of file V9990PxConverter.cc.
|
staticconstexpr |
Definition at line 90 of file V9990PxConverter.cc.