Home
last modified time | relevance | path

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

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/agos/drivers/accolade/
H A Dadlib.cpp440 byte regValue40h = 0; in noteOnSetVolume() local
443 regValue40h = (63 - adjustedVelocity) & 0x3F; in noteOnSetVolume()
451 regValue40h = curInstrument->reg40op1; in noteOnSetVolume()
453 regValue40h = curInstrument->reg40op2; in noteOnSetVolume()
461 regValue40h = 0; in noteOnSetVolume()
470 regValue40h = 0; in noteOnSetVolume()
484 setRegister(0x40 + operatorReg, regValue40h); in noteOnSetVolume()
/dports/games/scummvm/scummvm-2.5.1/engines/agos/drivers/accolade/
H A Dadlib.cpp430 byte regValue40h = 0; in noteOnSetVolume() local
436 regValue40h = (63 - adjustedVelocity) & 0x3F; in noteOnSetVolume()
444 regValue40h = curInstrument->reg40op1; in noteOnSetVolume()
446 regValue40h = curInstrument->reg40op2; in noteOnSetVolume()
454 regValue40h = 0; in noteOnSetVolume()
463 regValue40h = 0; in noteOnSetVolume()
477 setRegister(0x40 + operatorReg, regValue40h); in noteOnSetVolume()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sherlock/scalpel/drivers/
H A Dadlib.cpp511 byte regValue40h = 0; in voiceOnOff() local
530 regValue40h = _channels[FMvoiceChannel].currentInstrumentPtr->reg40op2; in voiceOnOff()
532 regValue40h = regValue40h - (velocity >> 3); in voiceOnOff()
534 setRegister(0x40 + op2RegAdjust, regValue40h); in voiceOnOff()
/dports/games/scummvm/scummvm-2.5.1/engines/sherlock/scalpel/drivers/
H A Dadlib.cpp511 byte regValue40h = 0; in voiceOnOff() local
530 regValue40h = _channels[FMvoiceChannel].currentInstrumentPtr->reg40op2; in voiceOnOff()
532 regValue40h = regValue40h - (velocity >> 3); in voiceOnOff()
534 setRegister(0x40 + op2RegAdjust, regValue40h); in voiceOnOff()