"Hardware configuration: MC68000CPU with MC6800 (8-bit) interface removed"
But what does this mean?
Does this mean that the sound CPU cannot access byte memory?
Of course, the sound CPU can access the sound memory byte by using the "move.b" command.
However, there are "RESET" and "TAS" commands that are prohibited from use.
"SCSP operates as one large cycle of 22.68μsec"
However, could you please explain this cycle more specifically?
Since the processing is 44100 times per second, taking the reciprocal (=1/44100 SEC), the processing must be completed within 22.6757μSEC.
The same is true for DSPs with built-in SCSPs; SCSP DSPs operate in 128 steps, so processing for 128 steps can be completed in 22.6757μSEC.
Therefore, one step takes (22.6757÷128=0.177154)177nSEC.
Also, accesses from the sound CPU and main CPU are executed in accordance with the processing time for one step of this DSP, which is 177ns.