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 123 of file DiskImageUtils.hh.
openmsx::SectorBuffer::AlignedBuffer |
Definition at line 129 of file DiskImageUtils.hh.
MSXBootSector openmsx::SectorBuffer::bootSector |
Definition at line 125 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 126 of file DiskImageUtils.hh.
Referenced by openmsx::MSXtar::dir().
PartitionTableNextor openmsx::SectorBuffer::ptNextor |
Definition at line 128 of file DiskImageUtils.hh.
PartitionTableSunrise openmsx::SectorBuffer::ptSunrise |
Definition at line 127 of file DiskImageUtils.hh.
std::array<uint8_t, 512> openmsx::SectorBuffer::raw |
Definition at line 124 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().