ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
Loading...
Searching...
No Matches
sound_off.c File Reference
#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 ....

Function Documentation

◆ 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

Parameters
_environmentCurrent calling environment
_channelschannels to play off

Definition at line 54 of file sound_off.c.

◆ sound_off_var()

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.

Parameters
_environmentCurrent calling environment
_channelschannels to play on

Definition at line 68 of file sound_off.c.