openMSX
Public Member Functions | List of all members
openmsx::DebugMemory Class Referencefinal
Inheritance diagram for openmsx::DebugMemory:
Inheritance graph
[legend]
Collaboration diagram for openmsx::DebugMemory:
Collaboration graph
[legend]

Public Member Functions

 DebugMemory (YMF278 &ymf278, MSXMotherBoard &motherBoard, const std::string &name)
 
byte read (unsigned address) override
 
void write (unsigned address, byte value) override
 
- Public Member Functions inherited from openmsx::SimpleDebuggable
unsigned getSize () const finaloverride
 
const std::string & getDescription () const finaloverride
 
virtual byte read (unsigned address, EmuTime::param time)
 
virtual void write (unsigned address, byte value, EmuTime::param time)
 
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

Definition at line 38 of file YMF278.cc.

Constructor & Destructor Documentation

openmsx::DebugMemory::DebugMemory ( YMF278 ymf278,
MSXMotherBoard motherBoard,
const std::string &  name 
)

Definition at line 1200 of file YMF278.cc.

Member Function Documentation

byte openmsx::DebugMemory::read ( unsigned  address)
overridevirtual

Reimplemented from openmsx::SimpleDebuggable.

Definition at line 1208 of file YMF278.cc.

References openmsx::YMF278::readMem().

void openmsx::DebugMemory::write ( unsigned  address,
byte  value 
)
overridevirtual

Reimplemented from openmsx::SimpleDebuggable.

Definition at line 1213 of file YMF278.cc.

References openmsx::YMF278::writeMem().


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