openMSX
Public Member Functions | List of all members
openmsx::LmmmBaseCmd< Mode > Struct Template Reference

Logical move VRAM -> VRAM. More...

Inheritance diagram for openmsx::LmmmBaseCmd< Mode >:
Inheritance graph
[legend]
Collaboration diagram for openmsx::LmmmBaseCmd< Mode >:
Collaboration graph
[legend]

Public Member Functions

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

Additional Inherited Members

- Protected Member Functions inherited from openmsx::BlockCmd
void calcFinishTime (VDPCmdEngine &engine, unsigned NX, unsigned NY, unsigned ticksPerPixel)
 

Detailed Description

template<typename Mode>
struct openmsx::LmmmBaseCmd< Mode >

Logical move VRAM -> VRAM.

Definition at line 1088 of file VDPCmdEngine.cc.

Member Function Documentation

template<typename Mode >
void openmsx::LmmmBaseCmd< Mode >::start ( EmuTime::param  time,
VDPCmdEngine engine 
)
overridevirtual

Prepare execution of cmd.

Implements openmsx::VDPCmd.

Definition at line 1098 of file VDPCmdEngine.cc.

References openmsx::VDPVRAM::cmdReadWindow, openmsx::VDPVRAM::cmdWriteWindow, and openmsx::VRAMWindow::setMask().


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