|
openMSX
|
#include "YM2151.hh"#include "ResampledSoundDevice.hh"#include "EmuTimer.hh"#include "IRQHelper.hh"#include "DeviceConfig.hh"#include "serialize.hh"#include "memory.hh"#include <cmath>#include <cstring>
Go to the source code of this file.
Classes | |
| class | openmsx::YM2151::Impl |
| struct | openmsx::YM2151::Impl::YM2151Operator |
Namespaces | |
| namespace | openmsx |
| Thanks to enen for testing this on a real cartridge: | |
Macros | |
| #define | O(a) (a*RATE_STEPS) |
| #define | O(a) (a*1) |
Variables | |
| openmsx::YM2151 | |
1.8.1.2