#include <RomBlockDebuggable.hh>
|
| 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 |
|
| RomBlockDebuggableBase (const MSXDevice &device) |
|
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 |
|
MSXMotherBoard & | getMotherBoard () const |
|
| Debuggable (const Debuggable &)=delete |
|
| Debuggable (Debuggable &&)=delete |
|
Debuggable & | operator= (const Debuggable &)=delete |
|
Debuggable & | operator= (Debuggable &&)=delete |
|
Definition at line 26 of file RomBlockDebuggable.hh.
◆ RomBlockDebuggable() [1/2]
openmsx::RomBlockDebuggable::RomBlockDebuggable |
( |
const MSXDevice & |
device, |
|
|
std::span< const byte > |
blockNr_, |
|
|
unsigned |
startAddress_, |
|
|
unsigned |
mappedSize_, |
|
|
unsigned |
bankSizeShift_, |
|
|
unsigned |
debugShift_ = 0 |
|
) |
| |
|
inline |
◆ 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 |
◆ read()
byte openmsx::RomBlockDebuggable::read |
( |
unsigned |
address | ) |
|
|
inlineoverridevirtual |
The documentation for this class was generated from the following file: