openMSX
|
#include <AmdFlash.hh>
Public Member Functions | |
std::weak_ordering | operator<=> (const Sector §or) const |
bool | operator== (const Sector §or) const |
Public Attributes | |
size_t | address |
power_of_two< size_t > | size |
bool | writeProtect |
ptrdiff_t | writeAddress = -1 |
const uint8_t * | readAddress = nullptr |
Definition at line 238 of file AmdFlash.hh.
|
inline |
Definition at line 245 of file AmdFlash.hh.
References address.
|
inline |
Definition at line 246 of file AmdFlash.hh.
References address.
size_t openmsx::AmdFlash::Sector::address |
Definition at line 239 of file AmdFlash.hh.
Referenced by openmsx::AmdFlash::getReadCacheLine(), operator<=>(), operator==(), and openmsx::AmdFlash::peek().
const uint8_t* openmsx::AmdFlash::Sector::readAddress = nullptr |
Definition at line 243 of file AmdFlash.hh.
Referenced by openmsx::AmdFlash::getReadCacheLine(), and openmsx::AmdFlash::peek().
power_of_two<size_t> openmsx::AmdFlash::Sector::size |
Definition at line 240 of file AmdFlash.hh.
ptrdiff_t openmsx::AmdFlash::Sector::writeAddress = -1 |
Definition at line 242 of file AmdFlash.hh.
bool openmsx::AmdFlash::Sector::writeProtect |
Definition at line 241 of file AmdFlash.hh.