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

#include <RomBlockDebuggable.hh>

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

Public Member Functions

 RomBlockDebuggable (const MSXDevice &device, const byte *blockNr_, unsigned startAddress_, unsigned mappedSize_, unsigned bankSizeShift_, unsigned debugShift_=0)
 RomBlockDebuggable (const MSXDevice &device, const byte *blockNr_, unsigned startAddress_, unsigned mappedSize_, unsigned bankSizeShift_, unsigned debugShift_, unsigned debugMask_)
virtual byte read (unsigned address)
- Public Member Functions inherited from openmsx::RomBlockDebuggableBase
 RomBlockDebuggableBase (const MSXDevice &device)
- 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)
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 20 of file RomBlockDebuggable.hh.

Constructor & Destructor Documentation

openmsx::RomBlockDebuggable::RomBlockDebuggable ( const MSXDevice device,
const byte blockNr_,
unsigned  startAddress_,
unsigned  mappedSize_,
unsigned  bankSizeShift_,
unsigned  debugShift_ = 0 
)
inline

Definition at line 23 of file RomBlockDebuggable.hh.

openmsx::RomBlockDebuggable::RomBlockDebuggable ( const MSXDevice device,
const byte blockNr_,
unsigned  startAddress_,
unsigned  mappedSize_,
unsigned  bankSizeShift_,
unsigned  debugShift_,
unsigned  debugMask_ 
)
inline

Definition at line 32 of file RomBlockDebuggable.hh.

Member Function Documentation

virtual byte openmsx::RomBlockDebuggable::read ( unsigned  address)
inlinevirtual

Reimplemented from openmsx::SimpleDebuggable.

Definition at line 43 of file RomBlockDebuggable.hh.


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