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

Public Attributes

unsigned sectorsPerFat
 
unsigned fatCount
 
unsigned fatStart
 
unsigned rootDirStart
 
unsigned dataStart
 
uint8_t descriptor
 
bool fat16
 

Detailed Description

Definition at line 152 of file DiskImageUtils.cc.

Member Data Documentation

◆ dataStart

unsigned openmsx::DiskImageUtils::SetBootSectorResult::dataStart

Definition at line 157 of file DiskImageUtils.cc.

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

◆ descriptor

uint8_t openmsx::DiskImageUtils::SetBootSectorResult::descriptor

Definition at line 158 of file DiskImageUtils.cc.

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

◆ fat16

bool openmsx::DiskImageUtils::SetBootSectorResult::fat16

Definition at line 159 of file DiskImageUtils.cc.

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

◆ fatCount

unsigned openmsx::DiskImageUtils::SetBootSectorResult::fatCount

Definition at line 154 of file DiskImageUtils.cc.

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

◆ fatStart

unsigned openmsx::DiskImageUtils::SetBootSectorResult::fatStart

Definition at line 155 of file DiskImageUtils.cc.

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

◆ rootDirStart

unsigned openmsx::DiskImageUtils::SetBootSectorResult::rootDirStart

Definition at line 156 of file DiskImageUtils.cc.

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

◆ sectorsPerFat

unsigned openmsx::DiskImageUtils::SetBootSectorResult::sectorsPerFat

Definition at line 153 of file DiskImageUtils.cc.

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


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