openMSX
Public Member Functions | List of all members
openmsx::KeybDebuggable Class Referencefinal
Inheritance diagram for openmsx::KeybDebuggable:
Inheritance graph
[legend]
Collaboration diagram for openmsx::KeybDebuggable:
Collaboration graph
[legend]

Public Member Functions

 KeybDebuggable (MSXMotherBoard &motherBoard, Keyboard &keyboard)
 
byte read (unsigned address) override
 
void write (unsigned address, byte value) override
 
- Public Member Functions inherited from openmsx::SimpleDebuggable
unsigned getSize () const finaloverride
 
const std::string & getDescription () const finaloverride
 
virtual byte read (unsigned address, EmuTime::param time)
 
virtual void write (unsigned address, byte value, EmuTime::param time)
 
const std::string & getName () const
 
MSXMotherBoardgetMotherBoard () const
 

Additional Inherited Members

- Protected Member Functions inherited from openmsx::SimpleDebuggable
 SimpleDebuggable (MSXMotherBoard &motherBoard, const std::string &name, const std::string &description, unsigned size)
 
 ~SimpleDebuggable ()
 
- Protected Member Functions inherited from openmsx::Debuggable
 Debuggable ()
 
 ~Debuggable ()
 

Detailed Description

Definition at line 154 of file Keyboard.cc.

Constructor & Destructor Documentation

openmsx::KeybDebuggable::KeybDebuggable ( MSXMotherBoard motherBoard,
Keyboard keyboard 
)

Definition at line 1364 of file Keyboard.cc.

Member Function Documentation

byte openmsx::KeybDebuggable::read ( unsigned  address)
overridevirtual

Reimplemented from openmsx::SimpleDebuggable.

Definition at line 1371 of file Keyboard.cc.

References openmsx::Keyboard::getKeys().

void openmsx::KeybDebuggable::write ( unsigned  address,
byte  value 
)
overridevirtual

Reimplemented from openmsx::SimpleDebuggable.

Definition at line 1376 of file Keyboard.cc.


The documentation for this class was generated from the following file: