OPL3_KSL_MASK
*volbyte = (*volbyte & OPL3_KSL_MASK) | (n & OPL3_TOTAL_LEVEL_MASK);
reg_val = (voice->scale_level << 6) & OPL3_KSL_MASK;