openMSX
Static Public Member Functions | Static Public Attributes | List of all members
openmsx::Graphic7Mode Struct Reference

Represents V9938 Graphic 7 mode (SCREEN8). More...

Static Public Member Functions

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)
 

Static Public Attributes

static constexpr byte COLOR_MASK = 0xFF
 
static constexpr byte PIXELS_PER_BYTE = 1
 
static constexpr byte PIXELS_PER_BYTE_SHIFT = 0
 
static constexpr unsigned PIXELS_PER_LINE = 256
 

Detailed Description

Represents V9938 Graphic 7 mode (SCREEN8).

Definition at line 324 of file VDPCmdEngine.cc.

Member Function Documentation

◆ addressOf()

unsigned openmsx::Graphic7Mode::addressOf ( unsigned  x,
unsigned  y,
bool  extVRAM 
)
inlinestatic

Definition at line 342 of file VDPCmdEngine.cc.

Referenced by point().

◆ duplicate()

byte openmsx::Graphic7Mode::duplicate ( byte  color)
inlinestatic

Definition at line 366 of file VDPCmdEngine.cc.

◆ 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

Definition at line 359 of file VDPCmdEngine.cc.

Member Data Documentation

◆ COLOR_MASK

constexpr byte openmsx::Graphic7Mode::COLOR_MASK = 0xFF
staticconstexpr

Definition at line 330 of file VDPCmdEngine.cc.

◆ PIXELS_PER_BYTE

constexpr byte openmsx::Graphic7Mode::PIXELS_PER_BYTE = 1
staticconstexpr

Definition at line 331 of file VDPCmdEngine.cc.

◆ PIXELS_PER_BYTE_SHIFT

constexpr byte openmsx::Graphic7Mode::PIXELS_PER_BYTE_SHIFT = 0
staticconstexpr

Definition at line 332 of file VDPCmdEngine.cc.

◆ PIXELS_PER_LINE

constexpr unsigned openmsx::Graphic7Mode::PIXELS_PER_LINE = 256
staticconstexpr

Definition at line 333 of file VDPCmdEngine.cc.


The documentation for this struct was generated from the following file: