|
ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
|
#include "../../ugbc.h"Go to the source code of this file.
Functions | |
| void | sound (Environment *_environment, int _freq, int _delay, int _channels) |
| Emit ASM code for SOUND .... | |
| void | sound_vars (Environment *_environment, char *_freq, char *_delay, char *_channels) |
| Emit ASM code for SOUND .... | |
| void sound | ( | Environment * | _environment, |
| int | _freq, | ||
| int | _delay, | ||
| int | _channels ) |
Emit ASM code for SOUND ....
This function emits a code capable of play a frequency for a certain amount of time on specific channels
| _environment | Current calling environment |
| _freq | frequency to play |
| _delay | delay of frequency |
| _channels | channels to play on |
| void sound_vars | ( | Environment * | _environment, |
| char * | _freq, | ||
| char * | _delay, | ||
| char * | _channels ) |
Emit ASM code for SOUND ....
This function emits a code capable of play a frequency for a certain amount of time on specific channels
| _environment | Current calling environment |
| _freq | frequency to play |
| _delay | delay of frequency |
| _channels | channels to play on |