Home
last modified time | relevance | path

Searched refs:adpcma_out (Results 1 – 2 of 2) sorted by relevance

/dports/emulators/gngeo/gngeo-gngeo_0.8/src/ym2610/
H A Dym2610.c680 s32 adpcma_out; /* (speedup) hiro-shi!! */ member
2351 …ch->adpcma_out = (((Sint16)ch->adpcma_acc * ch->vol_mul) >> ch->vol_shift) & ~3; /* multiply, shif… in OPNB_ADPCMA_calc_chan()
2355 *ch->pan += ch->adpcma_out; in OPNB_ADPCMA_calc_chan()
2382 adpcma[c].adpcma_out = 0; in OPNB_ADPCMA_write()
2435 …adpcma[c].adpcma_out = ((adpcma[c].adpcma_acc * adpcma[c].vol_mul) >> adpcma[c].vol_shift) & ~3; /… in OPNB_ADPCMA_write()
2466 …adpcma[c].adpcma_out = ((adpcma[c].adpcma_acc * adpcma[c].vol_mul) >> adpcma[c].vol_shift) & ~3; /… in OPNB_ADPCMA_write()
2896 YM2610.adpcma[i].adpcma_out = 0; in YM2610Reset()
3370 state_save_long(&YM2610.adpcma[ch].adpcma_out, 1); in STATE_SAVE()
3433 state_load_long(&YM2610.adpcma[ch].adpcma_out, 1); in STATE_LOAD()
/dports/emulators/gngeo/gngeo-gngeo_0.8/src/ym2610-940/
H A Dym2610.c678 s32 adpcma_out; /* (speedup) hiro-shi!! */ member
2363 …ch->adpcma_out = (((Sint16)ch->adpcma_acc * ch->vol_mul) >> ch->vol_shift) & ~3; /* multiply, shif… in OPNB_ADPCMA_calc_chan()
2367 *ch->pan += ch->adpcma_out; in OPNB_ADPCMA_calc_chan()
2394 adpcma[c].adpcma_out = 0; in OPNB_ADPCMA_write()
2447 …adpcma[c].adpcma_out = ((adpcma[c].adpcma_acc * adpcma[c].vol_mul) >> adpcma[c].vol_shift) & ~3; /… in OPNB_ADPCMA_write()
2478 …adpcma[c].adpcma_out = ((adpcma[c].adpcma_acc * adpcma[c].vol_mul) >> adpcma[c].vol_shift) & ~3; /… in OPNB_ADPCMA_write()
2902 YM2610->adpcma[i].adpcma_out = 0; in YM2610Reset()
3336 state_save_long(&YM2610->adpcma[ch].adpcma_out, 1); in STATE_SAVE()
3399 state_load_long(&YM2610->adpcma[ch].adpcma_out, 1); in STATE_LOAD()