mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 13:27:45 -07:00
docs/DSP: MADDC operates on acS.m, not acS.l
This matches the prose and Dolphin's implementation.
This commit is contained in:
parent
0796fada17
commit
be753e5a45
@ -2826,7 +2826,7 @@ A ``-'' indicates that the flag retains its previous value, a ``0'' indicates th
|
||||
\end{DSPOpcodeBytefield}
|
||||
|
||||
\begin{DSPOpcodeFormat}
|
||||
MADDC $acS.l, $axT.h
|
||||
MADDC $acS.m, $axT.h
|
||||
\end{DSPOpcodeFormat}
|
||||
|
||||
\begin{DSPOpcodeDescription}
|
||||
@ -2835,7 +2835,7 @@ A ``-'' indicates that the flag retains its previous value, a ``0'' indicates th
|
||||
\end{DSPOpcodeDescription}
|
||||
|
||||
\begin{DSPOpcodeOperation}
|
||||
$prod += $acS.l * $axT.h
|
||||
$prod += $acS.m * $axT.h
|
||||
$pc++
|
||||
\end{DSPOpcodeOperation}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user