openMSX
LDDummyRenderer.cc
Go to the documentation of this file.
1#include "LDDummyRenderer.hh"
2
3namespace openmsx {
4
5void LDDummyRenderer::frameStart(EmuTime::param /*time*/)
6{
7}
8
12
13void LDDummyRenderer::drawBlank(int /*r*/, int /*g*/, int /*b*/)
14{
15}
16
18{
19 return nullptr;
20}
21
22} // namespace openmsx
void frameEnd() override
Signals the end of a frame.
void frameStart(EmuTime::param time) override
Signals the start of a new frame.
RawFrame * getRawFrame() override
void drawBlank(int r, int g, int b) override
A video frame as output by the VDP scanline conversion unit, before any postprocessing filters are ap...
Definition RawFrame.hh:15
This file implemented 3 utility functions:
Definition Autofire.cc:9