openMSX
|
#include "I8254.hh"
#include "EmuTime.hh"
#include "ClockPin.hh"
#include "enumerate.hh"
#include "one_of.hh"
#include "serialize.hh"
#include "unreachable.hh"
#include <cassert>
#include <memory>
Go to the source code of this file.
Classes | |
class | openmsx::Counter |
Namespaces | |
openmsx | |
This file implemented 3 utility functions: | |
Functions | |
openmsx::SERIALIZE_ENUM (Counter::ByteOrder, byteOrderInfo) | |
Variables | |
constexpr byte | openmsx::READ_BACK = 0xC0 |
constexpr byte | openmsx::RB_CNTR0 = 0x02 |
constexpr byte | openmsx::RB_CNTR1 = 0x04 |
constexpr byte | openmsx::RB_CNTR2 = 0x08 |
constexpr byte | openmsx::RB_STATUS = 0x10 |
constexpr byte | openmsx::RB_COUNT = 0x20 |
openmsx::I8254 | |