Home
last modified time | relevance | path

Searched refs:eg_out2 (Results 1 – 6 of 6) sorted by relevance

/dports/games/libretro-picodrive/picodrive-600894e/pico/sound/
H A Dym2612.c837 unsigned int eg_out, eg_out2, eg_out4; in chan_render_loop() local
895 if( eg_out2 < ENV_QUIET ) { /* SLOT 2 */ in chan_render_loop()
914 if( eg_out2 < ENV_QUIET ) { /* SLOT 2 */ in chan_render_loop()
932 if( eg_out2 < ENV_QUIET ) { /* SLOT 2 */ in chan_render_loop()
951 if( eg_out2 < ENV_QUIET ) { /* SLOT 2 */ in chan_render_loop()
970 if( eg_out2 < ENV_QUIET ) { /* SLOT 2 */ in chan_render_loop()
971 smp = op_calc(ct->phase2, eg_out2, c1); in chan_render_loop()
989 if( eg_out2 < ENV_QUIET ) { /* SLOT 2 */ in chan_render_loop()
990 smp+= op_calc(ct->phase2, eg_out2, c1); in chan_render_loop()
1009 smp+= op_calc(ct->phase2, eg_out2, c1); in chan_render_loop()
[all …]
/dports/games/kodi-addon-game.libretro.picodrive/game.libretro.picodrive-1.97.0.19-Matrix/depends/common/picodrive/pico/sound/
H A Dym2612.c929 unsigned int eg_out, eg_out2, eg_out4; in chan_render_loop() local
1084 if( eg_out2 < ENV_QUIET ) { /* SLOT 2 */ in chan_render_loop()
1103 if( eg_out2 < ENV_QUIET ) { /* SLOT 2 */ in chan_render_loop()
1121 if( eg_out2 < ENV_QUIET ) { /* SLOT 2 */ in chan_render_loop()
1140 if( eg_out2 < ENV_QUIET ) { /* SLOT 2 */ in chan_render_loop()
1159 if( eg_out2 < ENV_QUIET ) { /* SLOT 2 */ in chan_render_loop()
1160 smp = op_calc(ct->phase2, eg_out2, c1); in chan_render_loop()
1178 if( eg_out2 < ENV_QUIET ) { /* SLOT 2 */ in chan_render_loop()
1179 smp+= op_calc(ct->phase2, eg_out2, c1); in chan_render_loop()
1198 smp+= op_calc(ct->phase2, eg_out2, c1); in chan_render_loop()
[all …]
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/sound/
H A Dfm.c792 UINT32 eg_out1,eg_out2,eg_out3,eg_out4; //envelope output in FM_CALC_CH() local
815 FM_CALC_EG(eg_out2,CH->SLOT[SLOT2]); in FM_CALC_CH()
840 if( eg_out2 < EG_CUT_OFF ) /* SLOT 2 */ in FM_CALC_CH()
841 *CH->connect2 += OP_OUT(pg_in2,eg_out2); in FM_CALC_CH()
3157 UINT32 eg_out1,eg_out2,eg_out3,eg_out4; //envelope output in OPM_CALC_CH7() local
3179 FM_CALC_EG(eg_out2,CH->SLOT[SLOT2]); in OPM_CALC_CH7()
3204 if( eg_out2 < EG_CUT_OFF ) /* SLOT 2 */ in OPM_CALC_CH7()
3205 *CH->connect2 += OP_OUT(pg_in2,eg_out2); in OPM_CALC_CH7()
/dports/emulators/quasi88/quasi88-0.6.4/src/snddrv-old/src/sound/
H A Dfm.c4944 UINT32 eg_out1,eg_out2,eg_out3,eg_out4; /*envelope output*/
4964 FM_CALC_EG(eg_out2,CH->SLOT[SLOT2]);
4989 if( eg_out2 < ENV_QUIET ) /* SLOT 2 */
4990 *CH->connect2 += OP_OUT(pg_in2,eg_out2);
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/sound/
H A Dfm.c4975 UINT32 eg_out1,eg_out2,eg_out3,eg_out4; /*envelope output*/
4995 FM_CALC_EG(eg_out2,CH->SLOT[SLOT2]);
5020 if( eg_out2 < ENV_QUIET ) /* SLOT 2 */
5021 *CH->connect2 += OP_OUT(pg_in2,eg_out2);
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/sound/
H A Dfm.c4965 UINT32 eg_out1,eg_out2,eg_out3,eg_out4; /*envelope output*/
4985 FM_CALC_EG(eg_out2,CH->SLOT[SLOT2]);
5010 if( eg_out2 < ENV_QUIET ) /* SLOT 2 */
5011 *CH->connect2 += OP_OUT(pg_in2,eg_out2);