Represents V9938 Graphic 7 mode (SCREEN8).
More...
|
static unsigned | addressOf (unsigned x, unsigned y, bool extVRAM) |
|
static byte | point (const VDPVRAM &vram, unsigned x, unsigned y, bool extVRAM) |
|
template<typename LogOp > |
static void | pset (EmuTime::param time, VDPVRAM &vram, unsigned x, unsigned addr, byte src, byte color, LogOp op) |
|
static byte | duplicate (byte color) |
|
Represents V9938 Graphic 7 mode (SCREEN8).
Definition at line 315 of file VDPCmdEngine.cc.
◆ addressOf()
unsigned openmsx::Graphic7Mode::addressOf |
( |
unsigned |
x, |
|
|
unsigned |
y, |
|
|
bool |
extVRAM |
|
) |
| |
|
inlinestatic |
◆ duplicate()
byte openmsx::Graphic7Mode::duplicate |
( |
byte |
color | ) |
|
|
inlinestatic |
◆ point()
byte openmsx::Graphic7Mode::point |
( |
const VDPVRAM & |
vram, |
|
|
unsigned |
x, |
|
|
unsigned |
y, |
|
|
bool |
extVRAM |
|
) |
| |
|
inlinestatic |
◆ pset()
template<typename LogOp >
void openmsx::Graphic7Mode::pset |
( |
EmuTime::param |
time, |
|
|
VDPVRAM & |
vram, |
|
|
unsigned |
x, |
|
|
unsigned |
addr, |
|
|
byte |
src, |
|
|
byte |
color, |
|
|
LogOp |
op |
|
) |
| |
|
inlinestatic |
◆ COLOR_MASK
constexpr byte openmsx::Graphic7Mode::COLOR_MASK = 0xFF |
|
staticconstexpr |
◆ PIXELS_PER_BYTE
constexpr byte openmsx::Graphic7Mode::PIXELS_PER_BYTE = 1 |
|
staticconstexpr |
◆ PIXELS_PER_BYTE_SHIFT
constexpr byte openmsx::Graphic7Mode::PIXELS_PER_BYTE_SHIFT = 0 |
|
staticconstexpr |
◆ PIXELS_PER_LINE
constexpr unsigned openmsx::Graphic7Mode::PIXELS_PER_LINE = 256 |
|
staticconstexpr |
The documentation for this struct was generated from the following file: