openMSX
Public Member Functions | Protected Member Functions | List of all members
openmsx::RomBlockDebuggableBase Class Reference

#include <RomBlockDebuggable.hh>

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

Public Member Functions

 RomBlockDebuggableBase (const MSXDevice &device)
 
- 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
 

Protected Member Functions

 ~RomBlockDebuggableBase ()=default
 
- 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 11 of file RomBlockDebuggable.hh.

Constructor & Destructor Documentation

◆ RomBlockDebuggableBase()

openmsx::RomBlockDebuggableBase::RomBlockDebuggableBase ( const MSXDevice device)
inlineexplicit

Definition at line 14 of file RomBlockDebuggable.hh.

◆ ~RomBlockDebuggableBase()

openmsx::RomBlockDebuggableBase::~RomBlockDebuggableBase ( )
protecteddefault

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