openMSX
|
#include <DiskImageUtils.hh>
Public Attributes | |
byte | boot_ind |
byte | head |
byte | sector |
byte | cyl |
byte | sys_ind |
byte | end_head |
byte | end_sector |
byte | end_cyl |
Endian::UA_L32 | start |
Endian::UA_L32 | size |
Definition at line 60 of file DiskImageUtils.hh.
byte openmsx::Partition::boot_ind |
Definition at line 61 of file DiskImageUtils.hh.
byte openmsx::Partition::cyl |
Definition at line 64 of file DiskImageUtils.hh.
byte openmsx::Partition::end_cyl |
Definition at line 68 of file DiskImageUtils.hh.
byte openmsx::Partition::end_head |
Definition at line 66 of file DiskImageUtils.hh.
byte openmsx::Partition::end_sector |
Definition at line 67 of file DiskImageUtils.hh.
byte openmsx::Partition::head |
Definition at line 62 of file DiskImageUtils.hh.
byte openmsx::Partition::sector |
Definition at line 63 of file DiskImageUtils.hh.
Endian::UA_L32 openmsx::Partition::size |
Definition at line 70 of file DiskImageUtils.hh.
Endian::UA_L32 openmsx::Partition::start |
Definition at line 69 of file DiskImageUtils.hh.
byte openmsx::Partition::sys_ind |
Definition at line 65 of file DiskImageUtils.hh.
Referenced by openmsx::DiskImageUtils::checkFAT12Partition().