openMSX
|
#include <DiskImageUtils.hh>
Public Attributes | |
std::array< uint8_t, 512 > | raw |
MSXBootSector | bootSector |
std::array< MSXDirEntry, 16 > | dirEntry |
PartitionTableSunrise | ptSunrise |
PartitionTableNextor | ptNextor |
AlignedBuffer | |
Definition at line 139 of file DiskImageUtils.hh.
openmsx::SectorBuffer::AlignedBuffer |
Definition at line 145 of file DiskImageUtils.hh.
MSXBootSector openmsx::SectorBuffer::bootSector |
Definition at line 141 of file DiskImageUtils.hh.
Referenced by openmsx::Disk::detectGeometry(), openmsx::DiskImageUtils::format(), and openmsx::MSXtar::MSXtar().
std::array<MSXDirEntry, 16> openmsx::SectorBuffer::dirEntry |
Definition at line 142 of file DiskImageUtils.hh.
Referenced by openmsx::MSXtar::dirRaw(), and openmsx::MSXtar::renameItem().
PartitionTableNextor openmsx::SectorBuffer::ptNextor |
Definition at line 144 of file DiskImageUtils.hh.
PartitionTableSunrise openmsx::SectorBuffer::ptSunrise |
Definition at line 143 of file DiskImageUtils.hh.
std::array<uint8_t, 512> openmsx::SectorBuffer::raw |
Definition at line 140 of file DiskImageUtils.hh.
Referenced by openmsx::Disk::detectGeometry(), openmsx::DiskImageUtils::format(), openmsx::DMKDiskImage::readSectorImpl(), openmsx::SdCard::serialize(), openmsx::SdCard::transfer(), and openmsx::DMKDiskImage::writeSectorImpl().