We've just updated MediaWiki and its underlying software. If anything doesn't look or work quite right, please mention it to us. --RanAS
DSP1/Raster
From SnesLab
Basic Info | |||||||
---|---|---|---|---|---|---|---|
Opcode | nA | ||||||
Speed | 433 cycles |
Raster is a DSP1 command. Bit 4 of the opcode controls whether or not to output the result of the calculation via DMA.
Input Parameters
- Vs is a raster number
Output Parameters
- An is a matrix element
- Bn is a matrix element
- Cn is a matrix element
- Dn is a matrix element
See Also
References
- subparagraph 5.4.2 on page 3-5-15 of Book II of the official Super Nintendo development manual
- https://github.com/bsnes-emu/bsnes/blob/master/bsnes/sfc/coprocessor/dsp1/dsp1emu.cpp#L1046