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/Gyrate: Difference between revisions
From SnesLab
(→References: added ref) |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 21: | Line 21: | ||
=== References === | === References === | ||
* [https://archive.org/details/SNESDevManual/book2/page/n321 page 3-5-31 of Book II] of the official Super Nintendo development manual | * subparagraph 5.6.1 on [https://archive.org/details/SNESDevManual/book2/page/n321 page 3-5-31 of Book II] of the official Super Nintendo development manual | ||
* paragraph 6.7 on [https://archive.org/details/SNESDevManual/book2/page/n324 page 3-6-1 of Book II], lbid. | * paragraph 6.7 on [https://archive.org/details/SNESDevManual/book2/page/n324 page 3-6-1 of Book II], lbid. | ||
* https://github.com/bsnes-emu/bsnes/blob/master/bsnes/sfc/coprocessor/dsp1/dsp1emu.cpp#L806 | |||
[[Category:DSP1]] | [[Category:DSP1]] | ||
[[Category:New Angle Calculation Commands]] |
Latest revision as of 05:32, 10 January 2024
Basic Info | |||||||
---|---|---|---|---|---|---|---|
Opcode | 14 | ||||||
Speed | 444 cycles
58.4 μs |
Gyrate is a DSP1 command.
Input Parameters
- angle of rotation about Z axis
- angle of rotation about X axis
- angle of rotation about Y axis
Output Parameters
- rotational angle
References
- subparagraph 5.6.1 on page 3-5-31 of Book II of the official Super Nintendo development manual
- paragraph 6.7 on page 3-6-1 of Book II, lbid.
- https://github.com/bsnes-emu/bsnes/blob/master/bsnes/sfc/coprocessor/dsp1/dsp1emu.cpp#L806