|
openMSX
|


Public Member Functions | |
| IODebug (MSXCPUInterface &interface, MSXMotherBoard &motherBoard) | |
| virtual byte | read (unsigned address, EmuTime::param time) |
| virtual void | write (unsigned address, byte value, EmuTime::param time) |
Public Member Functions inherited from openmsx::SimpleDebuggable | |
| 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) |
| virtual void | write (unsigned address, byte value) |
| MSXMotherBoard & | getMotherBoard () const |
Additional Inherited Members | |
Protected Member Functions inherited from openmsx::Debuggable | |
| Debuggable () | |
| virtual | ~Debuggable () |
Definition at line 71 of file MSXCPUInterface.cc.
| openmsx::IODebug::IODebug | ( | MSXCPUInterface & | interface, |
| MSXMotherBoard & | motherBoard | ||
| ) |
Definition at line 1198 of file MSXCPUInterface.cc.
|
virtual |
Reimplemented from openmsx::SimpleDebuggable.
Definition at line 1205 of file MSXCPUInterface.cc.
References openmsx::MSXDevice::peekIO().
|
virtual |
Reimplemented from openmsx::SimpleDebuggable.
Definition at line 1210 of file MSXCPUInterface.cc.
References openmsx::MSXCPUInterface::writeIO().
1.8.1.2