Home
last modified time | relevance | path

Searched refs:AMPL_BEEPER (Results 1 – 3 of 3) sorted by relevance

/dports/audio/aylet/aylet-0.5/
H A Dsound.c58 #define AMPL_BEEPER (40*256) macro
62 #define VOL_BEEPER (AMPL_BEEPER*2)
225 if(bl<-AMPL_BEEPER) bl=-AMPL_BEEPER; in sound_write_buf_pstereo()
226 if(br<-AMPL_BEEPER) br=-AMPL_BEEPER; in sound_write_buf_pstereo()
227 if(bl> AMPL_BEEPER) bl= AMPL_BEEPER; in sound_write_buf_pstereo()
228 if(br> AMPL_BEEPER) br= AMPL_BEEPER; in sound_write_buf_pstereo()
723 val=(on?-AMPL_BEEPER:AMPL_BEEPER); in sound_beeper()
748 subval=AMPL_BEEPER-beeper_last_subpos; in sound_beeper()
/dports/games/libretro-fuse/fuse-libretro-8b51f87/fuse/
H A Dsound.c56 #define AMPL_BEEPER ( 50 * 256) macro
679 static int beeper_ampl[] = { 0, AMPL_TAPE, AMPL_BEEPER, in sound_beeper()
680 AMPL_BEEPER+AMPL_TAPE }; in sound_beeper()
/dports/emulators/fuse/fuse-1.6.0/
H A Dsound.c56 #define AMPL_BEEPER ( 50 * 256) macro
727 static int beeper_ampl[] = { 0, AMPL_TAPE, AMPL_BEEPER, in sound_beeper()
728 AMPL_BEEPER+AMPL_TAPE }; in sound_beeper()