LMS 2012
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
c_sound.c File Reference
#include "c_sound.h"
#include "lms2012.h"

Go to the source code of this file.

Functions

void setSoundInstance (SOUND_GLOBALS *_Instance)
 
SOUND_GLOBALSgetSoundInstance ()
 
RESULT cSoundInit (void)
 
RESULT cSoundOpen (void)
 
RESULT cSoundClose (void)
 
void cSoundInitAdPcm (void)
 
UBYTE cSoundGetAdPcmValue (UBYTE Delta)
 
RESULT cSoundUpdate (void)
 
RESULT cSoundExit (void)
 
void cSoundEntry (void)
 opSOUND byte code More...
 
void cSoundTest (void)
 opSOUND_TEST byte code More...
 
void cSoundReady (void)
 opSOUND_READY byte code More...
 

Variables

SOUND_GLOBALSgSoundInstance
 

Function Documentation

RESULT cSoundClose ( void  )

Definition at line 114 of file c_sound.c.

void cSoundEntry ( void  )

opSOUND byte code

Definition at line 440 of file c_sound.c.

RESULT cSoundExit ( void  )

Definition at line 396 of file c_sound.c.

UBYTE cSoundGetAdPcmValue ( UBYTE  Delta)

Definition at line 151 of file c_sound.c.

RESULT cSoundInit ( void  )

Definition at line 71 of file c_sound.c.

void cSoundInitAdPcm ( void  )

Definition at line 142 of file c_sound.c.

RESULT cSoundOpen ( void  )

Definition at line 105 of file c_sound.c.

void cSoundReady ( void  )

opSOUND_READY byte code

Definition at line 797 of file c_sound.c.

void cSoundTest ( void  )

opSOUND_TEST byte code

Definition at line 773 of file c_sound.c.

RESULT cSoundUpdate ( void  )

Definition at line 199 of file c_sound.c.

SOUND_GLOBALS* getSoundInstance ( )

Definition at line 60 of file c_sound.c.

void setSoundInstance ( SOUND_GLOBALS _Instance)

Definition at line 55 of file c_sound.c.

Variable Documentation

SOUND_GLOBALS* gSoundInstance

Definition at line 53 of file c_sound.c.