forked from dolphin-emu/dolphin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs/DSP: Update version and history
The GFDL requires the history section to be updated.
- Loading branch information
Showing
1 changed file
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,7 +46,7 @@ | |
% Document front page material | ||
\title{\textbf{\Huge GameCube DSP User's Manual}} | ||
\author{Reverse-engineered and documented by Duddie \\ \href{mailto:[email protected]}{[email protected]}} | ||
\date{\today\\v0.0.7} | ||
\date{\today\\v0.1.0} | ||
|
||
% Title formatting commands | ||
\newcommand{\OpcodeTitle}[1]{\subsection{#1}\label{instruction:#1}} | ||
|
@@ -247,7 +247,7 @@ | |
|
||
\begin{table}[htb] | ||
\centering | ||
\begin{tabular}{|l|l|l|l|} | ||
\begin{tabular}{|p{.5in}|p{.75in}|p{.75in}|p{3.5in}|} | ||
\hline | ||
\textbf{Version} & \textbf{Date} & \textbf{Author} & \textbf{Change} \\ \hline | ||
0.0.1 & 2005.05.08 & Duddie & Initial release \\ \hline | ||
|
@@ -257,6 +257,7 @@ | |
0.0.5 & 2018.04.09 & Lioncache & Converted document over to LaTeX. \\ \hline | ||
0.0.6 & 2018.04.13 & BhaaL & Updated register tables, fixed opcode operations \\ \hline | ||
0.0.7 & Mid 2020 & Tilka & Fixed typos and register names, and improved readability. \\ \hline | ||
0.1.0 & 2021.08.21 & Pokechu22 & Added missing instructions, improved documentation of hardware registers, documented additional behaviors, and improved formatting. \\ \hline | ||
\end{tabular} | ||
\end{table} | ||
|
||
|