Home
last modified time | relevance | path

Searched refs:eg_out1 (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
814 FM_CALC_EG(eg_out1,CH->SLOT[SLOT1]); in FM_CALC_CH()
820 if( eg_out1 < EG_CUT_OFF ) /* SLOT 1 */ in FM_CALC_CH()
827 CH->op1_out[0] = OP_OUT(pg_in1,eg_out1); in FM_CALC_CH()
3157 UINT32 eg_out1,eg_out2,eg_out3,eg_out4; //envelope output in OPM_CALC_CH7() local
3178 FM_CALC_EG(eg_out1,CH->SLOT[SLOT1]); in OPM_CALC_CH7()
3184 if( eg_out1 < EG_CUT_OFF ) /* SLOT 1 */ in OPM_CALC_CH7()
3191 CH->op1_out[0] = OP_OUT(pg_in1,eg_out1); 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*/
4963 FM_CALC_EG(eg_out1,CH->SLOT[SLOT1]);
4969 if( eg_out1 < ENV_QUIET ) /* SLOT 1 */
4976 CH->op1_out[0] = OP_OUT(pg_in1,eg_out1);
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/sound/
H A Dfm.c4975 UINT32 eg_out1,eg_out2,eg_out3,eg_out4; /*envelope output*/
4994 FM_CALC_EG(eg_out1,CH->SLOT[SLOT1]);
5000 if( eg_out1 < ENV_QUIET ) /* SLOT 1 */
5007 CH->op1_out[0] = OP_OUT(pg_in1,eg_out1);
/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*/
4984 FM_CALC_EG(eg_out1,CH->SLOT[SLOT1]);
4990 if( eg_out1 < ENV_QUIET ) /* SLOT 1 */
4997 CH->op1_out[0] = OP_OUT(pg_in1,eg_out1);