1 #ifndef SUPERIMPOSESCALEROUTPUT_HH 2 #define SUPERIMPOSESCALEROUTPUT_HH 11 template<
typename Pixel>
26 const Pixel* getSrcLine(
unsigned y,
Pixel* buf);
unsigned getWidth() const override
unsigned getHeight() const override
A video frame as output by the VDP scanline conversion unit, before any postprocessing filters are ap...
Thanks to enen for testing this on a real cartridge:
SuperImposeScalerOutput(ScalerOutput< Pixel > &output, const RawFrame &superImpose_, const PixelOperations< Pixel > &pixelOps_)
void fillLine(unsigned y, Pixel color) override
void releaseLine(unsigned y, Pixel *buf) override
Pixel * acquireLine(unsigned y) override