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 116 of file DiskImageUtils.hh.
Endian::L16 openmsx::PartitionTableSunrise::end |
Definition at line 120 of file DiskImageUtils.hh.
std::array<char, 11> openmsx::PartitionTableSunrise::header |
Definition at line 117 of file DiskImageUtils.hh.
std::array<char, 3> openmsx::PartitionTableSunrise::pad |
Definition at line 118 of file DiskImageUtils.hh.
std::array<Partition, 31> openmsx::PartitionTableSunrise::part |
Definition at line 119 of file DiskImageUtils.hh.