|
openMSX
|
#include <Rom.hh>


Public Member Functions | |
| Rom (const std::string &name, const std::string &description, const DeviceConfig &config, const std::string &id="") | |
| virtual | ~Rom () |
| const byte & | operator[] (unsigned address) const |
| unsigned | getSize () const |
| std::string | getFilename () const |
| const std::string & | getName () const |
| const std::string & | getDescription () const |
| const Sha1Sum & | getOriginalSHA1 () const |
| const Sha1Sum & | getPatchedSHA1 () const |
Additional Inherited Members |
| openmsx::Rom::Rom | ( | const std::string & | name, |
| const std::string & | description, | ||
| const DeviceConfig & | config, | ||
| const std::string & | id = "" |
||
| ) |
Definition at line 47 of file Rom.cc.
References openmsx::XMLElement::getChildren(), openmsx::DeviceConfig::getFileContext(), openmsx::MSXException::getMessage(), openmsx::DeviceConfig::getMotherBoard(), and openmsx::DeviceConfig::getXML().
| const string & openmsx::Rom::getName | ( | ) | const |
Definition at line 343 of file Rom.cc.
Referenced by openmsx::AmdFlash::AmdFlash().
| const Sha1Sum & openmsx::Rom::getOriginalSHA1 | ( | ) | const |
Definition at line 353 of file Rom.cc.
References openmsx::SHA1::calc(), and openmsx::Sha1Sum::empty().
Referenced by openmsx::RomFactory::create(), and getPatchedSHA1().
| const Sha1Sum & openmsx::Rom::getPatchedSHA1 | ( | ) | const |
Definition at line 361 of file Rom.cc.
References openmsx::Sha1Sum::empty(), and getOriginalSHA1().
|
inline |
Definition at line 33 of file Rom.hh.
Referenced by openmsx::AmdFlash::AmdFlash().
|
inline |
1.8.1.2