openMSX
Public Attributes | List of all members
openmsx::Partition Struct Reference

#include <DiskImageUtils.hh>

Collaboration diagram for openmsx::Partition:
Collaboration graph
[legend]

Public Attributes

uint8_t boot_ind
 
uint8_t head
 
uint8_t sector
 
uint8_t cyl
 
uint8_t sys_ind
 
uint8_t end_head
 
uint8_t end_sector
 
uint8_t end_cyl
 
Endian::UA_L32 start
 
Endian::UA_L32 size
 

Detailed Description

Definition at line 88 of file DiskImageUtils.hh.

Member Data Documentation

◆ boot_ind

uint8_t openmsx::Partition::boot_ind

Definition at line 89 of file DiskImageUtils.hh.

◆ cyl

uint8_t openmsx::Partition::cyl

Definition at line 92 of file DiskImageUtils.hh.

◆ end_cyl

uint8_t openmsx::Partition::end_cyl

Definition at line 96 of file DiskImageUtils.hh.

◆ end_head

uint8_t openmsx::Partition::end_head

Definition at line 94 of file DiskImageUtils.hh.

◆ end_sector

uint8_t openmsx::Partition::end_sector

Definition at line 95 of file DiskImageUtils.hh.

◆ head

uint8_t openmsx::Partition::head

Definition at line 90 of file DiskImageUtils.hh.

◆ sector

uint8_t openmsx::Partition::sector

Definition at line 91 of file DiskImageUtils.hh.

◆ size

Endian::UA_L32 openmsx::Partition::size

Definition at line 98 of file DiskImageUtils.hh.

Referenced by openmsx::DiskPartition::DiskPartition().

◆ start

Endian::UA_L32 openmsx::Partition::start

Definition at line 97 of file DiskImageUtils.hh.

Referenced by openmsx::DiskPartition::DiskPartition().

◆ sys_ind

uint8_t openmsx::Partition::sys_ind

Definition at line 93 of file DiskImageUtils.hh.

Referenced by openmsx::DiskImageUtils::checkSupportedPartition().


The documentation for this struct was generated from the following file: