openMSX
|
Classes | |
class | Channel |
class | Slot |
class | YM2413 |
Typedefs | |
using | FreqIndex = FixedPoint< 16 > |
16.16 fixed point type for frequency calculations. | |
Variables | |
constexpr int | SIN_BITS = 10 |
constexpr size_t | SIN_LEN = 1 << SIN_BITS |
constexpr size_t | SIN_MASK = SIN_LEN - 1 |
using openmsx::YM2413Burczynski::FreqIndex = typedef FixedPoint<16> |
16.16 fixed point type for frequency calculations.
Definition at line 24 of file YM2413Burczynski.hh.
|
inlineconstexpr |
Definition at line 16 of file YM2413Burczynski.hh.
|
inlineconstexpr |
Definition at line 17 of file YM2413Burczynski.hh.
|
inlineconstexpr |
Definition at line 18 of file YM2413Burczynski.hh.
Referenced by openmsx::YM2413Burczynski::Slot::calcOutput().