Variable * variable_retrieve_or_define(Environment *_environment, char *_name, VariableType _type, int _value)
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.
void pokey_stop(Environment *_environment, int _channels)
void pokey_stop_vars(Environment *_environment, char *_channels)
struct _Variable Variable
Structure of a single variable.
struct _Environment Environment
Structure of compilation environment.