|
ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
|
#include "../../ugbc.h"Go to the source code of this file.
Functions | |
| void | sound_off (Environment *_environment, int _channels) |
| Emit ASM code for SOUND OFF. | |
| void | sound_off_var (Environment *_environment, char *_channels) |
| Emit ASM code for SOUND OFF .... | |
| void sound_off | ( | Environment * | _environment, |
| int | _channels ) |
Emit ASM code for SOUND OFF.
This function emits a code capable of stop play on specific channels
| _environment | Current calling environment |
| _channels | channels to play off |
Definition at line 54 of file sound_off.c.
| void sound_off_var | ( | Environment * | _environment, |
| char * | _channels ) |
Emit ASM code for SOUND OFF ....
This function emits a code capable of stop play on specific channels.
| _environment | Current calling environment |
| _channels | channels to play on |
Definition at line 68 of file sound_off.c.