openMSX
|
#include "AlignedBuffer.hh"
#include "endian.hh"
#include "ranges.hh"
#include "stl.hh"
#include <array>
#include <span>
#include <string>
Go to the source code of this file.
Classes | |
struct | openmsx::MSXBootSector |
struct | openmsx::MSXDirEntry |
struct | openmsx::MSXDirEntry::AttribValue |
struct | openmsx::Partition |
struct | openmsx::PartitionTableSunrise |
struct | openmsx::PartitionTableNextor |
union | openmsx::SectorBuffer |
struct | openmsx::DiskImageUtils::FatTimeDate |
Namespaces | |
namespace | openmsx |
This file implemented 3 utility functions: | |
namespace | openmsx::DiskImageUtils |
Enumerations | |
enum class | openmsx::MSXBootSectorType : int { openmsx::DOS1 = 0 , openmsx::DOS2 = 1 , openmsx::NEXTOR = 2 } |