I have some more SCSP fixes - these ones are AO specific.
The main AO fix relates to a problem I noticed in the 8-bit sampler in that it didn't account for sound memory being byte-swapped, making the 8-bit samples come out distorted. While I was at it, I also put in the interpolation code from MAME into the sampler.
Also I noticed that in the panning fix I put in awhile back, I screwed up the operator precedence, so I fixed that (someone else had already noticed this and fixed it for the MAME update).
Changes (AO-specific): -Fixed 8-bit sampler to handle byte-swapped RAM -Added in interpolation code from MAME -Fixed an error in the panning calculation