openMSX
Classes | Typedefs | Variables
openmsx::YM2413Burczynski Namespace Reference

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
 

Typedef Documentation

◆ FreqIndex

16.16 fixed point type for frequency calculations.

Definition at line 24 of file YM2413Burczynski.hh.

Variable Documentation

◆ SIN_BITS

constexpr int openmsx::YM2413Burczynski::SIN_BITS = 10
inlineconstexpr

Definition at line 16 of file YM2413Burczynski.hh.

◆ SIN_LEN

constexpr size_t openmsx::YM2413Burczynski::SIN_LEN = 1 << SIN_BITS
inlineconstexpr

Definition at line 17 of file YM2413Burczynski.hh.

◆ SIN_MASK

constexpr size_t openmsx::YM2413Burczynski::SIN_MASK = SIN_LEN - 1
inlineconstexpr

Definition at line 18 of file YM2413Burczynski.hh.

Referenced by openmsx::YM2413Burczynski::Slot::calcOutput().