#include "Y8950.hh"
#include "Y8950Adpcm.hh"
#include "Y8950KeyboardConnector.hh"
#include "Y8950Periphery.hh"
#include "MSXAudio.hh"
#include "ResampledSoundDevice.hh"
#include "EmuTimer.hh"
#include "SimpleDebuggable.hh"
#include "IRQHelper.hh"
#include "DeviceConfig.hh"
#include "MSXMotherBoard.hh"
#include "DACSound16S.hh"
#include "FixedPoint.hh"
#include "Math.hh"
#include "serialize.hh"
#include "memory.hh"
#include <algorithm>
#include <cmath>
Go to the source code of this file.
Namespaces |
| namespace | openmsx |
| | Thanks to enen for testing this on a real cartridge:
|
Macros |
| #define | S2E(x) EnvPhaseIndex(int(x / EG_STEP)) |
Macro Definition Documentation
| #define S2E |
( |
|
x | ) |
EnvPhaseIndex(int(x / EG_STEP)) |