NDSummary.OnToolTipsLoaded("File:scc.h",{884:"
bool SCC_Initialize()
Initialize SCC module
",885:"
inline void SCC_SetSlot(
u8 slotId
)
Set SCC slot ID
",886:"
void SCC_Select()
Select sound chip on SCC cartridge
",887:"
void SCC_SetRegister(
u8 reg,
u8 value
)
Set the value of a given register
",888:"
u8 SCC_GetRegister(
u8 reg
)
Get the value of a given register
",889:"
void SCC_Mute()
Mute the SCC sound chip
",890:"
void SCC_Resume()
Resume SCC sound
",892:"
void SCC_LoadWaveform(
u8 channel,
const u8* data
)
Load a full waveform
",893:"
void SCC_SetFrequency(
u8 channel,
u16 freq
)
Set channel frquency
",894:"
inline void SCC_SetVolume(
u8 channel,
u8 vol
)
Set channel volume
",895:"
inline void SCC_SetMixer(
u8 mix
)
Set channels mixer
"});