openMSX
Public Member Functions | List of all members
openmsx::VDPCmd Class Referenceabstract

This is an abstract base class the VDP commands. More...

#include <VDPCmdEngine.hh>

Inheritance diagram for openmsx::VDPCmd:
Inheritance graph
[legend]

Public Member Functions

virtual ~VDPCmd ()
 
virtual void start (EmuTime::param time, VDPCmdEngine &engine)=0
 Prepare execution of cmd. More...
 
virtual void execute (EmuTime::param limit, VDPCmdEngine &engine)=0
 Perform a given V9938 graphical operation. More...
 

Detailed Description

This is an abstract base class the VDP commands.

Definition at line 24 of file VDPCmdEngine.hh.

Constructor & Destructor Documentation

virtual openmsx::VDPCmd::~VDPCmd ( )
inlinevirtual

Definition at line 26 of file VDPCmdEngine.hh.

Member Function Documentation

virtual void openmsx::VDPCmd::execute ( EmuTime::param  limit,
VDPCmdEngine engine 
)
pure virtual
virtual void openmsx::VDPCmd::start ( EmuTime::param  time,
VDPCmdEngine engine 
)
pure virtual

The documentation for this class was generated from the following file: