Return to previous page | Return to menu | Go to next page


void
Sound function

slInitSound

Set sound driver and initialize sound control CPU

Format

void slInitSound(Drv , Drvsz , Map , Mapsz)
Uint8 *Drv ;
Uint32 Drvsz ;
Uint8 *Map ;
Uint32 Mapsz ;

Parameter

Drv driver file address
Drvsz driver file size
Map Map file address
Mapsz map file size

Function

Set the sound driver and initialize the sound control CPU (MC68000).

Return value

None

Reference: Chapter 14 Sound Library

slInitSound


Return to previous page | Return to menu | Go to next page