void mmSetVBlankHandler(void * function );
Pointer to your VBlank handler.
Installs a custom handler to be processed after the sound DMA is reset. If you need to have a function linked to the VBlank interrupt, use this function (the actual VBlank interrupt must be linked directly to mmVBlank).