- Fixed 16-bit samples - Swapped IMXL/ISEL (thanks Deunan!) - Made all of the necessary changes (or so I think) to get the DSP working - Changed LPANTABLE/RPANTABLE lookup to use int instead of short (since we're dealing with 0x20000 values now). - Changed the ADPCM decoding loop so that it always operates a single step at a time. ADPCM still saturates far too much - still some work to be done here.