Initialize SCC module
| inline void SCC_SetSlot( |
| ) |
Set SCC slot ID
Select sound chip on SCC cartridge
| void SCC_SetRegister( |
| ) |
Set the value of a given register
| reg u8 | Register to set |
| value u8 | Value to set |
| u8 SCC_GetRegister( |
| ) |
Get the value of a given register
| reg u8 | Register to get |
Value of the register
Mute the SCC sound chip
Resume SCC sound
| void SCC_LoadWaveform( |
| ) |
Load a full waveform
| channel u8 | Channel number (1 to 5) |
| data const u8* | Waveform data (32 bytes) |
| void SCC_SetFrequency( |
| ) |
Set channel frquency
| channel u8 | Channel number (1 to 5) |
| freq u16 | Frequency value |
| inline void SCC_SetVolume( |
| ) |
Set channel volume
| channel u8 | Channel number (1 to 5) |
| vol u8 | Volume value |
| inline void SCC_SetMixer( |
| ) |
Set channels mixer
| mix u8 | Mixer value |