openMSX
Public Member Functions | List of all members
openmsx::SimpleDebuggable Class Reference

#include <SimpleDebuggable.hh>

Inheritance diagram for openmsx::SimpleDebuggable:
Inheritance graph
[legend]
Collaboration diagram for openmsx::SimpleDebuggable:
Collaboration graph
[legend]

Public Member Functions

 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 byte read (unsigned address, EmuTime::param time)
virtual void write (unsigned address, byte value)
virtual void write (unsigned address, byte value, EmuTime::param time)
MSXMotherBoardgetMotherBoard () const

Additional Inherited Members

- Protected Member Functions inherited from openmsx::Debuggable
 Debuggable ()
virtual ~Debuggable ()

Detailed Description

Definition at line 11 of file SimpleDebuggable.hh.

Constructor & Destructor Documentation

openmsx::SimpleDebuggable::SimpleDebuggable ( MSXMotherBoard motherBoard,
const std::string &  name,
const std::string &  description,
unsigned  size 
)
openmsx::SimpleDebuggable::~SimpleDebuggable ( )
virtual

Member Function Documentation

const std::string & openmsx::SimpleDebuggable::getDescription ( ) const
virtual

Implements openmsx::Debuggable.

Definition at line 34 of file SimpleDebuggable.cc.

MSXMotherBoard& openmsx::SimpleDebuggable::getMotherBoard ( ) const
inline

Definition at line 27 of file SimpleDebuggable.hh.

Referenced by openmsx::JoyPortDebuggable::read().

const std::string & openmsx::SimpleDebuggable::getName ( ) const
virtual

Definition at line 29 of file SimpleDebuggable.cc.

unsigned openmsx::SimpleDebuggable::getSize ( ) const
virtual

Implements openmsx::Debuggable.

Definition at line 24 of file SimpleDebuggable.cc.

byte openmsx::SimpleDebuggable::read ( unsigned  address)
virtual
byte openmsx::SimpleDebuggable::read ( unsigned  address,
EmuTime::param  time 
)
virtual
void openmsx::SimpleDebuggable::write ( unsigned  address,
byte  value 
)
virtual
void openmsx::SimpleDebuggable::write ( unsigned  address,
byte  value,
EmuTime::param  time 
)
virtual

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