openMSX
|
#include <DiskImageUtils.hh>
Public Attributes | |
std::array< char, 11 > | header |
std::array< char, 3 > | pad |
std::array< Partition, 31 > | part |
Endian::L16 | end |
Definition at line 100 of file DiskImageUtils.hh.
Endian::L16 openmsx::PartitionTableSunrise::end |
Definition at line 104 of file DiskImageUtils.hh.
std::array<char, 11> openmsx::PartitionTableSunrise::header |
Definition at line 101 of file DiskImageUtils.hh.
std::array<char, 3> openmsx::PartitionTableSunrise::pad |
Definition at line 102 of file DiskImageUtils.hh.
std::array<Partition, 31> openmsx::PartitionTableSunrise::part |
Definition at line 103 of file DiskImageUtils.hh.