|
ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
|
#include "../ugbc.h"Go to the source code of this file.
Functions | |
| void | sn76489z_initialization (Environment *_environment) |
| void | sn76489z_finalization (Environment *_environment) |
| void | sn76489z_start (Environment *_environment, int _channels) |
| void | sn76489z_set_volume (Environment *_environment, int _channels, int _volume) |
| void | sn76489z_set_program (Environment *_environment, int _channels, int _program) |
| void | sn76489z_set_parameter (Environment *_environment, int _channels, int _parameter, int _value) |
| void | sn76489z_set_frequency (Environment *_environment, int _channels, int _frequency) |
| void | sn76489z_set_pitch (Environment *_environment, int _channels, int _pitch) |
| void | sn76489z_set_note (Environment *_environment, int _channels, int _note) |
| void | sn76489z_stop (Environment *_environment, int _channels) |
| void | sn76489z_start_var (Environment *_environment, char *_channels) |
| void | sn76489z_set_volume_vars (Environment *_environment, char *_channels, char *_volume) |
| void | sn76489z_set_volume_semi_var (Environment *_environment, char *_channel, int _volume) |
| void | sn76489z_set_program_semi_var (Environment *_environment, char *_channels, int _program) |
| void | sn76489z_set_frequency_vars (Environment *_environment, char *_channels, char *_frequency) |
| void | sn76489z_set_pitch_vars (Environment *_environment, char *_channels, char *_pitch) |
| void | sn76489z_set_note_vars (Environment *_environment, char *_channels, char *_note) |
| void | sn76489z_stop_vars (Environment *_environment, char *_channels) |
| void | sn76489z_music (Environment *_environment, char *_music, int _size, int _loop, int _type) |
| void | sn76489z_set_duration (Environment *_environment, int _channel, int _duration) |
| void | sn76489z_wait_duration (Environment *_environment, int _channel) |
| void | sn76489z_set_duration_vars (Environment *_environment, char *_channel, char *_duration) |
| void | sn76489z_wait_duration_vars (Environment *_environment, char *_channel) |
| #define PROGRAM_ATTACK_DECAY | ( | c, | |
| a, | |||
| d ) |
Definition at line 375 of file sn76489z.c.
| #define PROGRAM_ATTACK_DECAY_SV | ( | c, | |
| a, | |||
| d ) |
Definition at line 399 of file sn76489z.c.
| #define PROGRAM_ATTACK_DECAY_V | ( | c, | |
| a, | |||
| d ) |
Definition at line 387 of file sn76489z.c.
| #define PROGRAM_DURATION | ( | c, | |
| d ) |
Definition at line 163 of file sn76489z.c.
| #define PROGRAM_FREQUENCY | ( | c, | |
| f ) |
Definition at line 127 of file sn76489z.c.
| #define PROGRAM_FREQUENCY_SV | ( | c, | |
| f ) |
Definition at line 151 of file sn76489z.c.
| #define PROGRAM_FREQUENCY_V | ( | c, | |
| f ) |
Definition at line 139 of file sn76489z.c.
| #define PROGRAM_NOISE | ( | c | ) |
Definition at line 255 of file sn76489z.c.
| #define PROGRAM_NOISE_SV | ( | c | ) |
Definition at line 275 of file sn76489z.c.
| #define PROGRAM_NOISE_V | ( | c, | |
| p ) |
Definition at line 265 of file sn76489z.c.
| #define PROGRAM_PITCH | ( | c, | |
| f ) |
Definition at line 183 of file sn76489z.c.
| #define PROGRAM_PITCH_SV | ( | c, | |
| f ) |
Definition at line 207 of file sn76489z.c.
| #define PROGRAM_PITCH_V | ( | c, | |
| f ) |
Definition at line 195 of file sn76489z.c.
| #define PROGRAM_PULSE | ( | c, | |
| p ) |
Definition at line 219 of file sn76489z.c.
| #define PROGRAM_PULSE_SV | ( | c, | |
| p ) |
Definition at line 243 of file sn76489z.c.
| #define PROGRAM_PULSE_V | ( | c, | |
| p ) |
Definition at line 231 of file sn76489z.c.
| #define PROGRAM_SAW | ( | c | ) |
Definition at line 285 of file sn76489z.c.
| #define PROGRAM_SAW_SV | ( | c | ) |
Definition at line 305 of file sn76489z.c.
| #define PROGRAM_SAW_TRIANGLE | ( | c | ) |
Definition at line 345 of file sn76489z.c.
| #define PROGRAM_SAW_TRIANGLE_SV | ( | c | ) |
Definition at line 365 of file sn76489z.c.
| #define PROGRAM_SAW_TRIANGLE_V | ( | c | ) |
Definition at line 355 of file sn76489z.c.
| #define PROGRAM_SAW_V | ( | c | ) |
Definition at line 295 of file sn76489z.c.
| #define PROGRAM_SUSTAIN_RELEASE | ( | c, | |
| s, | |||
| r ) |
Definition at line 411 of file sn76489z.c.
| #define PROGRAM_SUSTAIN_RELEASE_SV | ( | c, | |
| s, | |||
| r ) |
Definition at line 435 of file sn76489z.c.
| #define PROGRAM_SUSTAIN_RELEASE_V | ( | c, | |
| s, | |||
| r ) |
Definition at line 423 of file sn76489z.c.
| #define PROGRAM_TRIANGLE | ( | c | ) |
Definition at line 315 of file sn76489z.c.
| #define PROGRAM_TRIANGLE_SV | ( | c | ) |
Definition at line 335 of file sn76489z.c.
| #define PROGRAM_TRIANGLE_V | ( | c | ) |
Definition at line 325 of file sn76489z.c.
| #define STOP_FREQUENCY | ( | c | ) |
Definition at line 447 of file sn76489z.c.
| #define STOP_FREQUENCY_SV | ( | c | ) |
Definition at line 463 of file sn76489z.c.
| #define STOP_FREQUENCY_V | ( | c | ) |
Definition at line 455 of file sn76489z.c.
| #define WAIT_DURATION | ( | c | ) |
Definition at line 175 of file sn76489z.c.
| void sn76489z_finalization | ( | Environment * | _environment | ) |
Definition at line 87 of file sn76489z.c.
| void sn76489z_initialization | ( | Environment * | _environment | ) |
Definition at line 51 of file sn76489z.c.
| void sn76489z_music | ( | Environment * | _environment, |
| char * | _music, | ||
| int | _size, | ||
| int | _loop, | ||
| int | _type ) |
Definition at line 1043 of file sn76489z.c.
| void sn76489z_set_duration | ( | Environment * | _environment, |
| int | _channel, | ||
| int | _duration ) |
Definition at line 1064 of file sn76489z.c.
| void sn76489z_set_duration_vars | ( | Environment * | _environment, |
| char * | _channel, | ||
| char * | _duration ) |
Definition at line 1082 of file sn76489z.c.
| void sn76489z_set_frequency | ( | Environment * | _environment, |
| int | _channels, | ||
| int | _frequency ) |
Definition at line 677 of file sn76489z.c.
| void sn76489z_set_frequency_vars | ( | Environment * | _environment, |
| char * | _channels, | ||
| char * | _frequency ) |
Definition at line 962 of file sn76489z.c.
| void sn76489z_set_note | ( | Environment * | _environment, |
| int | _channels, | ||
| int | _note ) |
Definition at line 695 of file sn76489z.c.
| void sn76489z_set_note_vars | ( | Environment * | _environment, |
| char * | _channels, | ||
| char * | _note ) |
Definition at line 1000 of file sn76489z.c.
| void sn76489z_set_parameter | ( | Environment * | _environment, |
| int | _channels, | ||
| int | _parameter, | ||
| int | _value ) |
Definition at line 673 of file sn76489z.c.
| void sn76489z_set_pitch | ( | Environment * | _environment, |
| int | _channels, | ||
| int | _pitch ) |
Definition at line 686 of file sn76489z.c.
| void sn76489z_set_pitch_vars | ( | Environment * | _environment, |
| char * | _channels, | ||
| char * | _pitch ) |
Definition at line 981 of file sn76489z.c.
| void sn76489z_set_program | ( | Environment * | _environment, |
| int | _channels, | ||
| int | _program ) |
Definition at line 471 of file sn76489z.c.
| void sn76489z_set_program_semi_var | ( | Environment * | _environment, |
| char * | _channels, | ||
| int | _program ) |
Definition at line 760 of file sn76489z.c.
| void sn76489z_set_volume | ( | Environment * | _environment, |
| int | _channels, | ||
| int | _volume ) |
Definition at line 115 of file sn76489z.c.
| void sn76489z_set_volume_semi_var | ( | Environment * | _environment, |
| char * | _channel, | ||
| int | _volume ) |
Definition at line 744 of file sn76489z.c.
| void sn76489z_set_volume_vars | ( | Environment * | _environment, |
| char * | _channels, | ||
| char * | _volume ) |
Definition at line 724 of file sn76489z.c.
| void sn76489z_start | ( | Environment * | _environment, |
| int | _channels ) |
Definition at line 98 of file sn76489z.c.
| void sn76489z_start_var | ( | Environment * | _environment, |
| char * | _channels ) |
Definition at line 710 of file sn76489z.c.
| void sn76489z_stop | ( | Environment * | _environment, |
| int | _channels ) |
Definition at line 701 of file sn76489z.c.
| void sn76489z_stop_vars | ( | Environment * | _environment, |
| char * | _channels ) |
Definition at line 1029 of file sn76489z.c.
| void sn76489z_wait_duration | ( | Environment * | _environment, |
| int | _channel ) |
Definition at line 1073 of file sn76489z.c.
| void sn76489z_wait_duration_vars | ( | Environment * | _environment, |
| char * | _channel ) |
Definition at line 1102 of file sn76489z.c.