openMSX
|
This is the complete list of members for openmsx::RomInfo, including all inherited members.
getAllRomTypes() | openmsx::RomInfo | inlinestatic |
getBlockSize(RomType type) | openmsx::RomInfo | static |
getCompany(const char *buf) const | openmsx::RomInfo | inline |
getCountry(const char *buf) const | openmsx::RomInfo | inline |
getDescription(RomType type) | openmsx::RomInfo | static |
getGenMSXid() const | openmsx::RomInfo | inline |
getOriginal() const | openmsx::RomInfo | inline |
getOrigType(const char *buf) const | openmsx::RomInfo | inline |
getRemark(const char *buf) const | openmsx::RomInfo | inline |
getRomType() const | openmsx::RomInfo | inline |
getRomTypeInfo() | openmsx::RomInfo | static |
getTitle(const char *buf) const | openmsx::RomInfo | inline |
getYear(const char *buf) const | openmsx::RomInfo | inline |
nameToRomType(std::string_view name) | openmsx::RomInfo | static |
RomInfo(String32 title_, String32 year_, String32 company_, String32 country_, bool original_, String32 origType_, String32 remark_, RomType romType_, unsigned genMSXid_) | openmsx::RomInfo | inline |
romTypeToName(RomType type) | openmsx::RomInfo | static |