openMSX
|
Public Member Functions | |
JoyPortDebuggable (MSXMotherBoard &motherBoard) | |
byte | read (unsigned address, EmuTime::param time) override |
void | write (unsigned address, byte value) override |
![]() | |
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 & | operator= (const Debuggable &)=delete |
virtual unsigned | getSize () const =0 |
virtual std::string_view | getDescription () const =0 |
virtual byte | read (unsigned address)=0 |
virtual void | write (unsigned address, byte value)=0 |
Additional Inherited Members | |
![]() | |
SimpleDebuggable (MSXMotherBoard &motherBoard, std::string name, static_string_view description, unsigned size) | |
~SimpleDebuggable () | |
![]() | |
Debuggable ()=default | |
~Debuggable ()=default | |
Definition at line 192 of file MSXMotherBoard.cc.
|
explicit |
Definition at line 1182 of file MSXMotherBoard.cc.
|
overridevirtual |
Reimplemented from openmsx::SimpleDebuggable.
Definition at line 1187 of file MSXMotherBoard.cc.
References openmsx::MSXMotherBoard::getJoystickPort(), openmsx::SimpleDebuggable::getMotherBoard(), and openmsx::JoystickPortIf::read().
|
overridevirtual |
Reimplemented from openmsx::SimpleDebuggable.
Definition at line 1192 of file MSXMotherBoard.cc.