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

Represents V9938 Graphic 6 mode (SCREEN7). More...

Static Public Member Functions

static unsigned addressOf (unsigned x, unsigned y, bool extVRAM)
 
static byte point (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 = 0x0F
 
static constexpr byte PIXELS_PER_BYTE = 2
 
static constexpr byte PIXELS_PER_BYTE_SHIFT = 1
 
static constexpr unsigned PIXELS_PER_LINE = 512
 

Detailed Description

Represents V9938 Graphic 6 mode (SCREEN7).

Definition at line 269 of file VDPCmdEngine.cc.

Member Function Documentation

◆ addressOf()

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

Definition at line 287 of file VDPCmdEngine.cc.

Referenced by point().

◆ duplicate()

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

Definition at line 313 of file VDPCmdEngine.cc.

◆ point()

byte openmsx::Graphic6Mode::point ( VDPVRAM vram,
unsigned  x,
unsigned  y,
bool  extVRAM 
)
inlinestatic

◆ pset()

template<typename LogOp >
void openmsx::Graphic6Mode::pset ( EmuTime::param  time,
VDPVRAM vram,
unsigned  x,
unsigned  addr,
byte  src,
byte  color,
LogOp  op 
)
inlinestatic

Definition at line 305 of file VDPCmdEngine.cc.

Member Data Documentation

◆ COLOR_MASK

constexpr byte openmsx::Graphic6Mode::COLOR_MASK = 0x0F
staticconstexpr

Definition at line 275 of file VDPCmdEngine.cc.

◆ PIXELS_PER_BYTE

constexpr byte openmsx::Graphic6Mode::PIXELS_PER_BYTE = 2
staticconstexpr

Definition at line 276 of file VDPCmdEngine.cc.

◆ PIXELS_PER_BYTE_SHIFT

constexpr byte openmsx::Graphic6Mode::PIXELS_PER_BYTE_SHIFT = 1
staticconstexpr

Definition at line 277 of file VDPCmdEngine.cc.

◆ PIXELS_PER_LINE

constexpr unsigned openmsx::Graphic6Mode::PIXELS_PER_LINE = 512
staticconstexpr

Definition at line 278 of file VDPCmdEngine.cc.


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