Functions
WYZ_Initialize
inline void WYZ_Initialize(
u16 song,
u16 inst,
u16 fx,
u16 freq
)

Initialize the Player

Parameters
song
u16

Songs data index memory address

inst
u16

Instruments data index memory address

fx
u16

FXs data index memory address

freq
u16

Notes Table memory address

WYZ_Play
void WYZ_Play(
u8 music
) __naked

Start music playback

Parameters
music
u8

Music number

WYZ_Stop
void WYZ_Stop()

Stop song playback

WYZ_Decode
void WYZ_Decode() __naked

Process the next step in the song sequence