|
openMSX
|
#include "CassettePlayer.hh"#include "BooleanSetting.hh"#include "Connector.hh"#include "CassettePort.hh"#include "CommandController.hh"#include "RecordedCommand.hh"#include "DeviceConfig.hh"#include "HardwareConfig.hh"#include "XMLElement.hh"#include "FileContext.hh"#include "FilePool.hh"#include "File.hh"#include "WavImage.hh"#include "CasImage.hh"#include "CliComm.hh"#include "MSXMotherBoard.hh"#include "Reactor.hh"#include "GlobalSettings.hh"#include "CommandException.hh"#include "EventDistributor.hh"#include "FileOperations.hh"#include "WavWriter.hh"#include "ThrottleManager.hh"#include "TclObject.hh"#include "DynamicClock.hh"#include "EmuDuration.hh"#include "StringOp.hh"#include "serialize.hh"#include "unreachable.hh"#include "memory.hh"#include <algorithm>#include <cassert>
Go to the source code of this file.
Classes | |
| class | openmsx::TapeCommand |
Namespaces | |
| namespace | openmsx |
| Thanks to enen for testing this on a real cartridge: | |
Enumerations | |
| enum | openmsx::SyncType { openmsx::END_OF_TAPE, openmsx::SYNC_AUDIO_EMU, openmsx::NEW_SNAPSHOT, openmsx::INPUT_EVENT } |
Functions | |
| openmsx::SERIALIZE_ENUM (CassettePlayer::State, stateInfo) | |
| openmsx::REGISTER_POLYMORPHIC_INITIALIZER (Pluggable, CassettePlayer,"CassettePlayer") | |
Variables | |
| openmsx::CassettePlayer | |
1.8.1.2