ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
Loading...
Searching...
No Matches
play_off.c File Reference
#include "../../ugbc.h"

Go to the source code of this file.

Functions

void play_off (Environment *_environment, int _channels)
 Emit ASM code for PLAY OFF.
void play_off_var (Environment *_environment, char *_channels)
 Emit ASM code for PLAY OFF ....

Function Documentation

◆ play_off()

void play_off ( Environment * _environment,
int _channels )

Emit ASM code for PLAY 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 play_off.c.

◆ play_off_var()

void play_off_var ( Environment * _environment,
char * _channels )

Emit ASM code for PLAY 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 play_off.c.