summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPokechu22 <Pokechu022@gmail.com>2021-08-21 11:39:42 -0700
committerPokechu22 <Pokechu022@gmail.com>2021-08-21 17:07:14 -0700
commit4fa9517ba39dde7e6e3eab87b8fba3c2e95da1ff (patch)
treee5e38d8a9c42f159ab8f7a181dbab1a3455b92f8 /docs
parent9ef388f1c3635db413a1049ffef7ce156d7e9477 (diff)
docs/DSP: Update version and history
The GFDL requires the history section to be updated.
Diffstat (limited to 'docs')
-rw-r--r--docs/DSP/GameCube_DSP_Users_Manual/GameCube_DSP_Users_Manual.tex5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/DSP/GameCube_DSP_Users_Manual/GameCube_DSP_Users_Manual.tex b/docs/DSP/GameCube_DSP_Users_Manual/GameCube_DSP_Users_Manual.tex
index 18706a8b45..582f1e96fa 100644
--- a/docs/DSP/GameCube_DSP_Users_Manual/GameCube_DSP_Users_Manual.tex
+++ b/docs/DSP/GameCube_DSP_Users_Manual/GameCube_DSP_Users_Manual.tex
@@ -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}