Home
last modified time | relevance | path

Searched refs:eg_out3 (Results 1 – 4 of 4) sorted by relevance

/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
816 FM_CALC_EG(eg_out3,CH->SLOT[SLOT3]); in FM_CALC_CH()
842 if( eg_out3 < EG_CUT_OFF ) /* SLOT 3 */ in FM_CALC_CH()
843 *CH->connect3 += OP_OUT(pg_in3,eg_out3); in FM_CALC_CH()
3157 UINT32 eg_out1,eg_out2,eg_out3,eg_out4; //envelope output in OPM_CALC_CH7() local
3180 FM_CALC_EG(eg_out3,CH->SLOT[SLOT3]); in OPM_CALC_CH7()
3206 if( eg_out3 < EG_CUT_OFF ) /* SLOT 3 */ in OPM_CALC_CH7()
3207 *CH->connect3 += OP_OUT(pg_in3,eg_out3); 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*/
4965 FM_CALC_EG(eg_out3,CH->SLOT[SLOT3]);
4991 if( eg_out3 < ENV_QUIET ) /* SLOT 3 */
4992 *CH->connect3 += OP_OUT(pg_in3,eg_out3);
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/sound/
H A Dfm.c4975 UINT32 eg_out1,eg_out2,eg_out3,eg_out4; /*envelope output*/
4996 FM_CALC_EG(eg_out3,CH->SLOT[SLOT3]);
5022 if( eg_out3 < ENV_QUIET ) /* SLOT 3 */
5023 *CH->connect3 += OP_OUT(pg_in3,eg_out3);
/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*/
4986 FM_CALC_EG(eg_out3,CH->SLOT[SLOT3]);
5012 if( eg_out3 < ENV_QUIET ) /* SLOT 3 */
5013 *CH->connect3 += OP_OUT(pg_in3,eg_out3);