openMSX
|
#include "SCSIHD.hh"
#include "FileOperations.hh"
#include "MSXException.hh"
#include "LedStatus.hh"
#include "MSXMotherBoard.hh"
#include "DeviceConfig.hh"
#include "endian.hh"
#include "one_of.hh"
#include "serialize.hh"
#include "xrange.hh"
#include <algorithm>
#include <cstring>
Go to the source code of this file.
Namespaces | |
openmsx | |
This file implemented 3 utility functions: | |
Functions | |
openmsx::REGISTER_POLYMORPHIC_INITIALIZER (SCSIDevice, SCSIHD, "SCSIHD") | |
Variables | |
constexpr byte | openmsx::MT_UNKNOWN = 0x00 |
constexpr byte | openmsx::MT_2DD_UN = 0x10 |
constexpr byte | openmsx::MT_2DD = 0x11 |
constexpr byte | openmsx::MT_2HD_UN = 0x20 |
constexpr byte | openmsx::MT_2HD_12_98 = 0x22 |
constexpr byte | openmsx::MT_2HD_12 = 0x23 |
constexpr byte | openmsx::MT_2HD_144 = 0x24 |
constexpr byte | openmsx::MT_LS120 = 0x31 |
constexpr byte | openmsx::MT_NO_DISK = 0x70 |
constexpr byte | openmsx::MT_DOOR_OPEN = 0x71 |
constexpr byte | openmsx::MT_FMT_ERROR = 0x72 |
constexpr byte | openmsx::inqData [36] |
constexpr unsigned | openmsx::BUFFER_BLOCK_SIZE |
openmsx::SCSIHD | |