openMSX
|
#include <DiskImageUtils.hh>
Public Attributes | |
byte | jumpCode [3] |
byte | name [8] |
Endian::UA_L16 | bpSector |
byte | spCluster |
Endian::L16 | resvSectors |
byte | nrFats |
Endian::UA_L16 | dirEntries |
Endian::UA_L16 | nrSectors |
byte | descriptor |
Endian::L16 | sectorsFat |
Endian::L16 | sectorsTrack |
Endian::L16 | nrSides |
Endian::L16 | hiddenSectors |
byte | pad1 [9] |
Endian::UA_L32 | vol_id |
byte | pad2 [512-43] |
Definition at line 13 of file DiskImageUtils.hh.
Endian::UA_L16 openmsx::MSXBootSector::bpSector |
Definition at line 16 of file DiskImageUtils.hh.
byte openmsx::MSXBootSector::descriptor |
Definition at line 22 of file DiskImageUtils.hh.
Endian::UA_L16 openmsx::MSXBootSector::dirEntries |
Definition at line 20 of file DiskImageUtils.hh.
Endian::L16 openmsx::MSXBootSector::hiddenSectors |
Definition at line 26 of file DiskImageUtils.hh.
byte openmsx::MSXBootSector::jumpCode[3] |
Definition at line 14 of file DiskImageUtils.hh.
byte openmsx::MSXBootSector::name[8] |
Definition at line 15 of file DiskImageUtils.hh.
byte openmsx::MSXBootSector::nrFats |
Definition at line 19 of file DiskImageUtils.hh.
Endian::UA_L16 openmsx::MSXBootSector::nrSectors |
Definition at line 21 of file DiskImageUtils.hh.
Endian::L16 openmsx::MSXBootSector::nrSides |
Definition at line 25 of file DiskImageUtils.hh.
Referenced by openmsx::Disk::detectGeometry().
byte openmsx::MSXBootSector::pad1[9] |
Definition at line 27 of file DiskImageUtils.hh.
byte openmsx::MSXBootSector::pad2[512-43] |
Definition at line 29 of file DiskImageUtils.hh.
Endian::L16 openmsx::MSXBootSector::resvSectors |
Definition at line 18 of file DiskImageUtils.hh.
Endian::L16 openmsx::MSXBootSector::sectorsFat |
Definition at line 23 of file DiskImageUtils.hh.
Endian::L16 openmsx::MSXBootSector::sectorsTrack |
Definition at line 24 of file DiskImageUtils.hh.
Referenced by openmsx::Disk::detectGeometry().
byte openmsx::MSXBootSector::spCluster |
Definition at line 17 of file DiskImageUtils.hh.
Endian::UA_L32 openmsx::MSXBootSector::vol_id |
Definition at line 28 of file DiskImageUtils.hh.