openMSX
|
#include <DiskImageUtils.hh>
Public Attributes | |
std::array< char, 11 > | header |
std::array< char, 435 > | pad |
std::array< Partition, 4 > | part |
Endian::L16 | end |
Definition at line 124 of file DiskImageUtils.hh.
Endian::L16 openmsx::PartitionTableNextor::end |
Definition at line 128 of file DiskImageUtils.hh.
std::array<char, 11> openmsx::PartitionTableNextor::header |
Definition at line 125 of file DiskImageUtils.hh.
std::array<char, 435> openmsx::PartitionTableNextor::pad |
Definition at line 126 of file DiskImageUtils.hh.
std::array<Partition, 4> openmsx::PartitionTableNextor::part |
Definition at line 127 of file DiskImageUtils.hh.