openMSX
|
Public Attributes | |
unsigned | sectorsPerFat |
unsigned | fatCount |
unsigned | fatStart |
unsigned | rootDirStart |
unsigned | dataStart |
uint8_t | descriptor |
bool | fat16 |
Definition at line 152 of file DiskImageUtils.cc.
unsigned openmsx::DiskImageUtils::SetBootSectorResult::dataStart |
Definition at line 157 of file DiskImageUtils.cc.
Referenced by openmsx::DiskImageUtils::format().
uint8_t openmsx::DiskImageUtils::SetBootSectorResult::descriptor |
Definition at line 158 of file DiskImageUtils.cc.
Referenced by openmsx::DiskImageUtils::format().
bool openmsx::DiskImageUtils::SetBootSectorResult::fat16 |
Definition at line 159 of file DiskImageUtils.cc.
Referenced by openmsx::DiskImageUtils::format().
unsigned openmsx::DiskImageUtils::SetBootSectorResult::fatCount |
Definition at line 154 of file DiskImageUtils.cc.
Referenced by openmsx::DiskImageUtils::format().
unsigned openmsx::DiskImageUtils::SetBootSectorResult::fatStart |
Definition at line 155 of file DiskImageUtils.cc.
Referenced by openmsx::DiskImageUtils::format().
unsigned openmsx::DiskImageUtils::SetBootSectorResult::rootDirStart |
Definition at line 156 of file DiskImageUtils.cc.
Referenced by openmsx::DiskImageUtils::format().
unsigned openmsx::DiskImageUtils::SetBootSectorResult::sectorsPerFat |
Definition at line 153 of file DiskImageUtils.cc.
Referenced by openmsx::DiskImageUtils::format().