openMSX
Public Member Functions | List of all members
openmsx::LogicalVRAMDebuggable Class Referencefinal

This debuggable is always 128kB in size, even if the actual amount of VRAM is different: More...

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

Public Member Functions

 LogicalVRAMDebuggable (VDP &vdp)
 
byte read (unsigned address, EmuTime::param time) override
 
void write (unsigned address, byte value, EmuTime::param time) override
 
- Public Member Functions inherited from openmsx::SimpleDebuggable
unsigned getSize () const finaloverride
 
const std::string & getDescription () const finaloverride
 
byte read (unsigned address) override
 
void write (unsigned address, byte value) override
 
const std::string & getName () const
 
MSXMotherBoardgetMotherBoard () const
 

Additional Inherited Members

- Protected Member Functions inherited from openmsx::SimpleDebuggable
 SimpleDebuggable (MSXMotherBoard &motherBoard, const std::string &name, const std::string &description, unsigned size)
 
 ~SimpleDebuggable ()
 
- Protected Member Functions inherited from openmsx::Debuggable
 Debuggable ()
 
 ~Debuggable ()
 

Detailed Description

This debuggable is always 128kB in size, even if the actual amount of VRAM is different:

Definition at line 44 of file VDPVRAM.cc.

Constructor & Destructor Documentation

openmsx::LogicalVRAMDebuggable::LogicalVRAMDebuggable ( VDP vdp)
explicit

Definition at line 56 of file VDPVRAM.cc.

Member Function Documentation

byte openmsx::LogicalVRAMDebuggable::read ( unsigned  address,
EmuTime::param  time 
)
overridevirtual

Reimplemented from openmsx::SimpleDebuggable.

Definition at line 72 of file VDPVRAM.cc.

References openmsx::VDPVRAM::cpuRead(), and openmsx::VDP::getVRAM().

void openmsx::LogicalVRAMDebuggable::write ( unsigned  address,
byte  value,
EmuTime::param  time 
)
overridevirtual

Reimplemented from openmsx::SimpleDebuggable.

Definition at line 77 of file VDPVRAM.cc.

References openmsx::VDPVRAM::cpuWrite(), and openmsx::VDP::getVRAM().


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