DS GBA
mmFrame

Back to Index

Prototype

void mmFrame( void );

Description

This is the main routine-function that processes music and updates the sound output.

For GBA, this function must be called every frame. If a call is missed, garbage will be heard in the output and module processing will be delayed.

For DS (ARM7), this function is called automatically.