openMSX
|
#include "YMF278.hh"
#include "DeviceConfig.hh"
#include "MSXMotherBoard.hh"
#include "MSXException.hh"
#include "enumerate.hh"
#include "likely.hh"
#include "one_of.hh"
#include "outer.hh"
#include "ranges.hh"
#include "serialize.hh"
#include "xrange.hh"
#include <algorithm>
Go to the source code of this file.
Namespaces | |
openmsx | |
This file implemented 3 utility functions: | |
Variables | |
constexpr int | openmsx::TL_SHIFT = 2 |
constexpr unsigned | openmsx::LFO_SHIFT = 18 |
constexpr unsigned | openmsx::LFO_PERIOD = 1 << LFO_SHIFT |
constexpr int | openmsx::EG_REV = 5 |
constexpr int | openmsx::EG_DMP = 6 |
constexpr uint8_t | openmsx::pan_left [16] |
constexpr uint8_t | openmsx::pan_right [16] |
constexpr int16_t | openmsx::dl_tab [16] |
constexpr int | openmsx::lfo_period [8] |
constexpr int16_t | openmsx::vib_depth [8] |
constexpr uint8_t | openmsx::am_depth [8] |
openmsx::YMF278 | |