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

Public Member Functions

 MapperIODebuggable (MSXMotherBoard &motherBoard, MSXMapperIO &mapperIO)
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)
MSXMotherBoardgetMotherBoard () const

Additional Inherited Members

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

Detailed Description

Definition at line 15 of file MSXMapperIO.cc.

Constructor & Destructor Documentation

openmsx::MapperIODebuggable::MapperIODebuggable ( MSXMotherBoard motherBoard,
MSXMapperIO mapperIO 
)

Definition at line 113 of file MSXMapperIO.cc.

Member Function Documentation

byte openmsx::MapperIODebuggable::read ( unsigned  address)
virtual

Reimplemented from openmsx::SimpleDebuggable.

Definition at line 121 of file MSXMapperIO.cc.

References openmsx::MSXMapperIO::getSelectedPage().

void openmsx::MapperIODebuggable::write ( unsigned  address,
byte  value 
)
virtual

Reimplemented from openmsx::SimpleDebuggable.

Definition at line 126 of file MSXMapperIO.cc.


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