Skip to content

Commit

Permalink
docs/DSP: Update version and history
Browse files Browse the repository at this point in the history
The GFDL requires the history section to be updated.
  • Loading branch information
Pokechu22 committed Aug 22, 2021
1 parent 9ef388f commit 4fa9517
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down Expand Up @@ -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
Expand All @@ -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}

Expand Down

0 comments on commit 4fa9517

Please sign in to comment.