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/Attitude: Difference between revisions

From SnesLab
Jump to: navigation, search
(→‎References: bsnes implementation)
(what high nybble does)
Line 10: Line 10:
|}
|}


'''Attitude''' is a [[DSP1]] command.
'''Attitude''' is a [[DSP1]] command.  The high nybble of the opcode selects which attitude matrix.


=== Input Parameters ===
=== Input Parameters ===

Revision as of 23:14, 4 January 2024

Basic Info
Opcode n1
Speed 164 cycles

21.6 μs

Attitude is a DSP1 command. The high nybble of the opcode selects which attitude matrix.

Input Parameters

  • m is a constant
  • rotation angle about Z axis
  • rotation angle about X axis
  • rotation angle about Y axis

References