|
ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
|
#include "../../ugbc.h"Go to the source code of this file.
Functions | |
| void | volume_off (Environment *_environment, int _channels) |
| Emit ASM code for VOLUME OFF. | |
| void | volume_off_var (Environment *_environment, char *_channels) |
| Emit ASM code for VOLUME OFF. | |
| void volume_off | ( | Environment * | _environment, |
| int | _channels ) |
Emit ASM code for VOLUME OFF.
This function emits a code capable to turn off the volume.
| _environment | Current calling environment |
| _channels | channels to mute |
Definition at line 52 of file volume_off.c.
| void volume_off_var | ( | Environment * | _environment, |
| char * | _channels ) |
Emit ASM code for VOLUME OFF.
This function emits a code capable to mute the audio generated.
| _environment | Current calling environment |
| _channels | channels to play on |
Definition at line 67 of file volume_off.c.