openMSX
|
#include "VictorFDC.hh"
#include "CacheLine.hh"
#include "DriveMultiplexer.hh"
#include "WD2793.hh"
#include "serialize.hh"
Go to the source code of this file.
Namespaces | |
openmsx | |
This file implemented 3 utility functions: | |
Functions | |
openmsx::REGISTER_MSXDEVICE (VictorFDC, "VictorFDC") | |
Variables | |
constexpr int | openmsx::DRIVE_A_MOTOR = 0x01 |
constexpr int | openmsx::DRIVE_B_MOTOR = 0x02 |
constexpr int | openmsx::DRIVE_SELECT = 0x04 |
constexpr int | openmsx::SIDE_SELECT = 0x08 |
constexpr int | openmsx::DRIVE_DISABLE = 0x10 |
constexpr int | openmsx::DATA_REQUEST = 0x40 |
constexpr int | openmsx::INTR_REQUEST = 0x80 |
openmsx::VictorFDC | |