|
openMSX
|
#include <Debuggable.hh>

Public Member Functions | |
| virtual unsigned | getSize () const =0 |
| virtual const std::string & | getDescription () const =0 |
| virtual byte | read (unsigned address)=0 |
| virtual void | write (unsigned address, byte value)=0 |
Protected Member Functions | |
| Debuggable () | |
| virtual | ~Debuggable () |
Definition at line 9 of file Debuggable.hh.
|
inlineprotected |
Definition at line 18 of file Debuggable.hh.
|
inlineprotectedvirtual |
Definition at line 19 of file Debuggable.hh.
|
pure virtual |
Implemented in openmsx::RomDebuggable, and openmsx::SimpleDebuggable.
|
pure virtual |
Implemented in openmsx::RomDebuggable, and openmsx::SimpleDebuggable.
|
pure virtual |
Implemented in openmsx::KeybDebuggable, openmsx::VRAMPointerDebug, openmsx::VDPPaletteDebug, openmsx::YMF262Debuggable, openmsx::MSXCPUDebuggable, openmsx::VDPRegDebug, openmsx::RomBlockDebuggable, openmsx::DebugMemory, openmsx::RomDebuggable, openmsx::DebugRegisters, openmsx::V9990PalDebug, openmsx::Quran2RomBlocks, openmsx::RamDebuggable, openmsx::SimpleDebuggable, openmsx::V9990RegDebug, openmsx::MapperIODebuggable, openmsx::S1990Debuggable, and openmsx::YM2413Debuggable.
|
pure virtual |
1.8.1.2