|
PVcollib
1.5.0
A devkit for ColecoVision
|
coleco generic sound support. More...
#include <coleco/coltypes.h>Go to the source code of this file.
Data Structures | |
| struct | sound_t |
| definition of sound area More... | |
Macros | |
| #define | SOUNDAREA1 0x702b |
| sound areas 1 to 6 available pour channels | |
Functions | |
| u8 | snd_isplaying (u8 sound_number) |
| retrieve if channel is playing or not More... | |
| void | snd_settable (void *snd_table) |
| define the sound table used for playing sound More... | |
| void | snd_stopall (void) |
| mute all channels More... | |
| void | snd_stopplay (u8 sound_number) |
| stop a sound specified but sound_number More... | |
Variables | |
| volatile u8 | snd_mute |
| put 1 to snd_mute to disable sound update. | |
coleco generic sound support.
| snd_isplaying | ( | u8 | sound_number | ) |
retrieve if channel is playing or not
| sound_number | aid of sound in sound table |
| snd_settable | ( | void * | snd_table | ) |
define the sound table used for playing sound
| snd_table | address of sound table |
| snd_stopall | ( | void | ) |
mute all channels
| snd_stopplay | ( | u8 | sound_number | ) |
stop a sound specified but sound_number
| sound_number | aid of sound in sound table |
1.8.13