openMSX
|
#include "DMKDiskImage.hh"
#include "RawTrack.hh"
#include "DiskExceptions.hh"
#include "File.hh"
#include "FilePool.hh"
#include "one_of.hh"
#include "ranges.hh"
#include "xrange.hh"
#include <cassert>
Go to the source code of this file.
Classes | |
struct | openmsx::DmkHeader |
Namespaces | |
openmsx | |
This file implemented 3 utility functions: | |
Variables | |
constexpr byte | openmsx::FLAG_SINGLE_SIDED = 0x10 |
constexpr unsigned | openmsx::IDAM_FLAGS_MASK = 0xC000 |
constexpr unsigned | openmsx::FLAG_MFM_SECTOR = 0x8000 |