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 108 of file DiskImageUtils.hh.
Endian::L16 openmsx::PartitionTableNextor::end |
Definition at line 112 of file DiskImageUtils.hh.
std::array<char, 11> openmsx::PartitionTableNextor::header |
Definition at line 109 of file DiskImageUtils.hh.
std::array<char, 435> openmsx::PartitionTableNextor::pad |
Definition at line 110 of file DiskImageUtils.hh.
std::array<Partition, 4> openmsx::PartitionTableNextor::part |
Definition at line 111 of file DiskImageUtils.hh.