#include <RomBlockDebuggable.hh>
Public Member Functions |
| | RomBlockDebuggable (const MSXDevice &device, const byte *blockNr_, unsigned startAddress_, unsigned mappedSize_, unsigned bankSizeShift_, unsigned debugShift_=0) |
| | RomBlockDebuggable (const MSXDevice &device, const byte *blockNr_, unsigned startAddress_, unsigned mappedSize_, unsigned bankSizeShift_, unsigned debugShift_, unsigned debugMask_) |
| virtual byte | read (unsigned address) |
| | RomBlockDebuggableBase (const MSXDevice &device) |
| | SimpleDebuggable (MSXMotherBoard &motherBoard, const std::string &name, const std::string &description, unsigned size) |
| virtual | ~SimpleDebuggable () |
| virtual unsigned | getSize () const |
| virtual const std::string & | getName () const |
| virtual const std::string & | getDescription () const |
| virtual byte | read (unsigned address, EmuTime::param time) |
| virtual void | write (unsigned address, byte value) |
| virtual void | write (unsigned address, byte value, EmuTime::param time) |
| MSXMotherBoard & | getMotherBoard () const |
Detailed Description
Definition at line 20 of file RomBlockDebuggable.hh.
Constructor & Destructor Documentation
| openmsx::RomBlockDebuggable::RomBlockDebuggable |
( |
const MSXDevice & |
device, |
|
|
const byte * |
blockNr_, |
|
|
unsigned |
startAddress_, |
|
|
unsigned |
mappedSize_, |
|
|
unsigned |
bankSizeShift_, |
|
|
unsigned |
debugShift_ = 0 |
|
) |
| |
|
inline |
| openmsx::RomBlockDebuggable::RomBlockDebuggable |
( |
const MSXDevice & |
device, |
|
|
const byte * |
blockNr_, |
|
|
unsigned |
startAddress_, |
|
|
unsigned |
mappedSize_, |
|
|
unsigned |
bankSizeShift_, |
|
|
unsigned |
debugShift_, |
|
|
unsigned |
debugMask_ |
|
) |
| |
|
inline |
Member Function Documentation
| virtual byte openmsx::RomBlockDebuggable::read |
( |
unsigned |
address | ) |
|
|
inlinevirtual |
The documentation for this class was generated from the following file: