LMMS
Loading...
Searching...
No Matches
Nes_Apu.cpp File Reference
#include "Nes_Apu.h"
#include "blargg_source.h"

Functions

template<class T>
void zero_apu_osc (T *osc, nes_time_t time)

Variables

int const amp_range = 15
static const unsigned char length_table [0x20]

Function Documentation

◆ zero_apu_osc()

template<class T>
void zero_apu_osc ( T * osc,
nes_time_t time )
inline

Variable Documentation

◆ amp_range

int const amp_range = 15

◆ length_table

const unsigned char length_table[0x20]
static
Initial value:
= {
0x0A, 0xFE, 0x14, 0x02, 0x28, 0x04, 0x50, 0x06,
0xA0, 0x08, 0x3C, 0x0A, 0x0E, 0x0C, 0x1A, 0x0E,
0x0C, 0x10, 0x18, 0x12, 0x30, 0x14, 0x60, 0x16,
0xC0, 0x18, 0x48, 0x1A, 0x10, 0x1C, 0x20, 0x1E
}