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

#include <Ram.hh>

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

Public Member Functions

 RamDebuggable (MSXMotherBoard &motherBoard, const std::string &name, static_string_view description, Ram &ram)
 
byte read (unsigned address) override
 
void write (unsigned address, byte value) override
 
- Public Member Functions inherited from openmsx::SimpleDebuggable
unsigned getSize () const final
 
std::string_view getDescription () const final
 
byte read (unsigned address) override
 
virtual byte read (unsigned address, EmuTime::param time)
 
void write (unsigned address, byte value) override
 
virtual void write (unsigned address, byte value, EmuTime::param time)
 
const std::string & getName () const
 
MSXMotherBoardgetMotherBoard () const
 
- Public Member Functions inherited from openmsx::Debuggable
 Debuggable (const Debuggable &)=delete
 
Debuggableoperator= (const Debuggable &)=delete
 

Additional Inherited Members

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

Detailed Description

Definition at line 17 of file Ram.hh.

Constructor & Destructor Documentation

◆ RamDebuggable()

openmsx::RamDebuggable::RamDebuggable ( MSXMotherBoard motherBoard,
const std::string &  name,
static_string_view  description,
Ram ram 
)

Definition at line 88 of file Ram.cc.

Member Function Documentation

◆ read()

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

Implements openmsx::Debuggable.

Definition at line 96 of file Ram.cc.

◆ write()

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

Implements openmsx::Debuggable.

Definition at line 101 of file Ram.cc.


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