16#ifndef AUDIO_EFX_AMP_H_
17#define AUDIO_EFX_AMP_H_
void audio_efx_amp_fadein(uint8_t ticks)
MSX Increase the main volume level by one for each specified period of time.
int8_t audio_efx_amp_get_fade(void)
MSX Return the status of fade-in/out.
void audio_efx_amp_fadeout(uint8_t ticks)
MSX Decrease the main volume level by one for each specified period of time.
void audio_efx_amp_set_volume(uint8_t volume)
MSX Sets the main volume level to the AMP effector.
uint8_t audio_efx_amp_get_volume(void)
MSX Gets the current main volume level from the AMP effector.
void audio_efx_amp(void)
MSX The AMP effector for the libmsx audio replayer.