openMSX
|
#include <V9990PxConverter.hh>
Public Member Functions | |
V9990P2Converter (V9990 &vdp, std::span< const Pixel, 64 > palette64) | |
void | convertLine (std::span< Pixel > buf, unsigned displayX, unsigned displayY, unsigned displayYA, bool drawSprites) |
Definition at line 29 of file V9990PxConverter.hh.
openmsx::V9990P2Converter< Pixel >::V9990P2Converter | ( | V9990 & | vdp, |
std::span< const Pixel, 64 > | palette64 | ||
) |
Definition at line 25 of file V9990PxConverter.cc.
void openmsx::V9990P2Converter< Pixel >::convertLine | ( | std::span< Pixel > | buf, |
unsigned | displayX, | ||
unsigned | displayY, | ||
unsigned | displayYA, | ||
bool | drawSprites | ||
) |
Definition at line 329 of file V9990PxConverter.cc.
References openmsx::P2, and subspan().