|
I assume you mean the SCU DSP, not the SCSP DSP? The main source of information is the SCU documentation and there does seem to be errors in it. The only DSP-related thing I've done is to write a disassembler, and while testing I noticed that the documented instruction encoding didn't completely match existing binaries. Anyway, both Yabause and MAME should contain working emulators which can be used as reference.
I don't know how much the DSP was used, but I can well imagine it being more trouble than it was worth. It has an unusual architecture, and unless you can take advantage of its single-cycle multiplier it's probably faster to use the SH2s for the job. It also adds bus contention etc. |