openMSX
V9990DummyRenderer.cc
Go to the documentation of this file.
2
3namespace openmsx {
4
6{
7 return nullptr;
8}
9
10void V9990DummyRenderer::reset(EmuTime::param /*time*/)
11{
12}
13
14void V9990DummyRenderer::frameStart(EmuTime::param /*time*/)
15{
16}
17
18void V9990DummyRenderer::frameEnd(EmuTime::param /*time*/)
19{
20}
21
22void V9990DummyRenderer::renderUntil(EmuTime::param /*time*/)
23{
24}
25
27 EmuTime::param /*time*/)
28{
29}
30
32 EmuTime::param /*time*/)
33{
34}
35
37 EmuTime::param /*time*/)
38{
39}
40
42 int /*index*/, byte /*r*/, byte /*g*/, byte /*b*/, bool /*ys*/,
43 EmuTime::param /*time*/)
44{
45}
46
48 bool /*enabled*/, EmuTime::param /*time*/)
49{
50}
51
53 int /*index*/, EmuTime::param /*time*/)
54{
55}
56
57void V9990DummyRenderer::updateScrollAX(EmuTime::param /*time*/)
58{
59}
60void V9990DummyRenderer::updateScrollBX(EmuTime::param /*time*/)
61{
62}
63void V9990DummyRenderer::updateScrollAYLow(EmuTime::param /*time*/)
64{
65}
66void V9990DummyRenderer::updateScrollBYLow(EmuTime::param /*time*/)
67{
68}
69
70} // namespace openmsx
A post processor builds the frame that is displayed from the MSX frame, while applying effects such a...
void setDisplayMode(V9990DisplayMode mode, EmuTime::param time) override
Set screen mode.
PostProcessor * getPostProcessor() const override
See V9990::getPostProcessor.
void reset(EmuTime::param time) override
Re-initialise the V9990Renderer's state.
void renderUntil(EmuTime::param time) override
Render until the given point in emulated time.
void updateScrollBX(EmuTime::param time) override
void updateScrollBYLow(EmuTime::param time) override
void frameEnd(EmuTime::param time) override
Signal the end of the current frame.
void updateSuperimposing(bool enabled, EmuTime::param time) override
Change superimpose status.
void updatePalette(int index, byte r, byte g, byte b, bool ys, EmuTime::param time) override
Set a palette entry.
void updateScrollAYLow(EmuTime::param time) override
void updateDisplayEnabled(bool enabled, EmuTime::param time) override
Informs the renderer of a VDP display enabled change.
void setColorMode(V9990ColorMode mode, EmuTime::param time) override
Set color mode.
void updateBackgroundColor(int index, EmuTime::param time) override
Set background color.
void frameStart(EmuTime::param time) override
Signal the start of a new frame.
void updateScrollAX(EmuTime::param time) override
Set scroll register.
This file implemented 3 utility functions:
Definition Autofire.cc:9