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

Public Member Functions

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

Additional Inherited Members

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

Detailed Description

Definition at line 60 of file MSXCPUInterface.cc.

Constructor & Destructor Documentation

openmsx::SlottedMemoryDebug::SlottedMemoryDebug ( MSXCPUInterface interface,
MSXMotherBoard motherBoard 
)

Definition at line 1077 of file MSXCPUInterface.cc.

Member Function Documentation

byte openmsx::SlottedMemoryDebug::read ( unsigned  address,
EmuTime::param  time 
)
virtual

Reimplemented from openmsx::SimpleDebuggable.

Definition at line 1085 of file MSXCPUInterface.cc.

References openmsx::MSXCPUInterface::peekSlottedMem().

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

Reimplemented from openmsx::SimpleDebuggable.

Definition at line 1090 of file MSXCPUInterface.cc.

References openmsx::MSXCPUInterface::writeSlottedMem().


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