From 4fa9517ba39dde7e6e3eab87b8fba3c2e95da1ff Mon Sep 17 00:00:00 2001 From: Pokechu22 Date: Sat, 21 Aug 2021 11:39:42 -0700 Subject: [PATCH] docs/DSP: Update version and history The GFDL requires the history section to be updated. --- .../GameCube_DSP_Users_Manual/GameCube_DSP_Users_Manual.tex | 5 +++-- 1 file 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}