docs/DSP: Update version and history
The GFDL requires the history section to be updated.
This commit is contained in:
parent
9ef388f1c3
commit
4fa9517ba3
|
@ -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:duddie@walla.com}{duddie@walla.com}}
|
||||
\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 @@ The purpose of this documentation is purely academic and it aims at understandin
|
|||
|
||||
\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 @@ The purpose of this documentation is purely academic and it aims at understandin
|
|||
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}
|
||||
|
||||
|
|
Loading…
Reference in New Issue