|
openMSX
|


Public Member Functions | |
| KeybDebuggable (MSXMotherBoard &motherBoard, Keyboard &keyboard) | |
| virtual byte | read (unsigned address) |
| virtual void | write (unsigned address, byte value) |
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, EmuTime::param time) |
| virtual void | write (unsigned address, byte value, EmuTime::param time) |
| MSXMotherBoard & | getMotherBoard () const |
Additional Inherited Members | |
Protected Member Functions inherited from openmsx::Debuggable | |
| Debuggable () | |
| virtual | ~Debuggable () |
Definition at line 149 of file Keyboard.cc.
| openmsx::KeybDebuggable::KeybDebuggable | ( | MSXMotherBoard & | motherBoard, |
| Keyboard & | keyboard | ||
| ) |
Definition at line 1340 of file Keyboard.cc.
|
virtual |
Reimplemented from openmsx::SimpleDebuggable.
Definition at line 1347 of file Keyboard.cc.
References openmsx::Keyboard::getKeys().
|
virtual |
Reimplemented from openmsx::SimpleDebuggable.
Definition at line 1352 of file Keyboard.cc.
1.8.1.2