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

#include <RomBlockDebuggable.hh>

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

Public Member Functions

 RomBlockDebuggable (const MSXDevice &device, std::span< const byte > blockNr_, unsigned startAddress_, unsigned mappedSize_, unsigned bankSizeShift_, unsigned debugShift_=0)
 
 RomBlockDebuggable (const MSXDevice &device, std::span< const byte > blockNr_, unsigned startAddress_, unsigned mappedSize_, unsigned bankSizeShift_, unsigned debugShift_, unsigned debugMask_)
 
byte read (unsigned address) override
 
- Public Member Functions inherited from openmsx::RomBlockDebuggableBase
 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
 

Additional Inherited Members

- Protected Member Functions inherited from openmsx::RomBlockDebuggableBase
 ~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 26 of file RomBlockDebuggable.hh.

Constructor & Destructor Documentation

◆ RomBlockDebuggable() [1/2]

openmsx::RomBlockDebuggable::RomBlockDebuggable ( const MSXDevice device,
std::span< const byte blockNr_,
unsigned  startAddress_,
unsigned  mappedSize_,
unsigned  bankSizeShift_,
unsigned  debugShift_ = 0 
)
inline

Definition at line 29 of file RomBlockDebuggable.hh.

◆ RomBlockDebuggable() [2/2]

openmsx::RomBlockDebuggable::RomBlockDebuggable ( const MSXDevice device,
std::span< const byte blockNr_,
unsigned  startAddress_,
unsigned  mappedSize_,
unsigned  bankSizeShift_,
unsigned  debugShift_,
unsigned  debugMask_ 
)
inline

Definition at line 39 of file RomBlockDebuggable.hh.

Member Function Documentation

◆ read()

byte openmsx::RomBlockDebuggable::read ( unsigned  address)
inlineoverridevirtual

Implements openmsx::Debuggable.

Definition at line 51 of file RomBlockDebuggable.hh.


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