openMSX
V9990Renderer.cc
Go to the documentation of this file.
1 #include "V9990Renderer.hh"
2 
3 namespace openmsx {
4 
9 {
10 }
11 
13 {
14 }
15 
17 {
18 }
19 
21 {
22 }
23 
25 {
26 }
27 
28 } // namespace openmsx
virtual void reset(EmuTime::param time)=0
Re-initialise the V9990Renderer's state.
virtual void renderUntil(EmuTime::param time)=0
Render until the given point in emulated time.
virtual void frameEnd(EmuTime::param time)=0
Signal the end of the current frame.
Thanks to enen for testing this on a real cartridge:
Definition: Autofire.cc:5
V9990Renderer()
Dummy Default Renderer.
Definition: V9990Renderer.cc:8