WAVE_16_BITS
if ((patch.len << (patch.mode & WAVE_16_BITS ? 1 : 0)) != count)
if (!(patch.mode & WAVE_16_BITS))
if (patch.mode & WAVE_16_BITS) {