GBA
mmSetVBlankHandler

Back to Index

Prototype

void mmSetVBlankHandler( void* function );

Parameters

function

Pointer to your VBlank handler.

Description

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).

See Also

mmVBlank