openMSX
Public Member Functions | List of all members
openmsx::AbortCmd Struct Reference

Abort. More...

Inheritance diagram for openmsx::AbortCmd:
Inheritance graph
[legend]
Collaboration diagram for openmsx::AbortCmd:
Collaboration graph
[legend]

Public Member Functions

void start (EmuTime::param time, VDPCmdEngine &engine) override
 Prepare execution of cmd. More...
 
void execute (EmuTime::param limit, VDPCmdEngine &engine) override
 Perform a given V9938 graphical operation. More...
 
- Public Member Functions inherited from openmsx::VDPCmd
virtual ~VDPCmd ()
 

Detailed Description

Abort.

Definition at line 677 of file VDPCmdEngine.cc.

Member Function Documentation

void openmsx::AbortCmd::execute ( EmuTime::param  limit,
VDPCmdEngine engine 
)
overridevirtual

Perform a given V9938 graphical operation.

Implements openmsx::VDPCmd.

Definition at line 687 of file VDPCmdEngine.cc.

References UNREACHABLE.

void openmsx::AbortCmd::start ( EmuTime::param  time,
VDPCmdEngine engine 
)
overridevirtual

Prepare execution of cmd.

Implements openmsx::VDPCmd.

Definition at line 683 of file VDPCmdEngine.cc.


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