openMSX
|
#include "DiskImageUtils.hh"
#include "DiskPartition.hh"
#include "CommandException.hh"
#include "BootBlocks.hh"
#include "endian.hh"
#include "enumerate.hh"
#include "one_of.hh"
#include "random.hh"
#include "ranges.hh"
#include "strCat.hh"
#include "view.hh"
#include "xrange.hh"
#include <algorithm>
#include <bit>
#include <cassert>
#include <ctime>
Go to the source code of this file.
Classes | |
struct | openmsx::DiskImageUtils::SetBootSectorResult |
struct | openmsx::DiskImageUtils::CHS |
Namespaces | |
namespace | openmsx |
This file implemented 3 utility functions: | |
namespace | openmsx::DiskImageUtils |
Enumerations | |
enum class | openmsx::DiskImageUtils::PartitionTableType { openmsx::DiskImageUtils::SUNRISE_IDE , openmsx::DiskImageUtils::NEXTOR } |