summaryrefslogtreecommitdiff
path: root/manual/plugins/rockboy.tex
diff options
context:
space:
mode:
Diffstat (limited to 'manual/plugins/rockboy.tex')
-rw-r--r--manual/plugins/rockboy.tex48
1 files changed, 48 insertions, 0 deletions
diff --git a/manual/plugins/rockboy.tex b/manual/plugins/rockboy.tex
new file mode 100644
index 0000000000..0f20e4f1a2
--- /dev/null
+++ b/manual/plugins/rockboy.tex
@@ -0,0 +1,48 @@
1\subsection{\label{ref:Rockboy}Rockboy}
2\begin{figure}[ht!]
3\begin{center}
4\includegraphics[width=4cm]{plugins/images/ss-rockboy-\genericimg.png}
5\end{center}
6\caption{Rockboy}
7\end{figure}
8Rockboy is a Nintendo Game Boy and Game Boy Color emulator for Rockbox based
9on the gnuboy emulator. To start a game open a ROM file saved as .gb or
10.gbc in the file browser.\\
11
12\textbf{Default keys}
13\begin{table}[ht!]
14 \begin{center}
15 \begin{tabular}{cll}\toprule
16 \textbf{Key} & \textbf{Function}\\\midrule
17 \opt{recorder,recorderv2fm}{F1}\opt{h1xx}{PLAY}\opt{h300}{RECORD}& A button\\
18 \opt{recorder,recorderv2fm}{F2}\opt{h1xx}{STOP}\opt{h300}{A-B}& B button\\
19 \opt{recorder,recorderv2fm}{F3}\opt{h1xx}{RECORD}\opt{h300}{PLAY}& Start\\
20 \opt{recorder,recorderv2fm}{PLAY}\opt{h1xx}{SELECT}\opt{h300}{NAVI}& Select\\
21 \opt{recorder,recorderv2fm}{MENU & Cycle display scaling modes\\}
22 \opt{recorder,recorderv2fm,h300}{STOP}\opt{h1xx}{A-B}& Open Rockboy menu\\\bottomrule
23 \end{tabular}
24 \end{center}
25\end{table}
26
27\textbf{Rockboy menu}
28\begin{itemize}
29\item \textbf{Back to Game}
30Takes you back to the game.
31\item \textbf{Load State...}
32Loads a previously saved state.
33\item \textbf{Save State...}
34Saves your current state.
35\item \textbf{Options...}
36 \begin{itemize}
37 \item \textbf{Frameskip}
38 Change frameskip setting to improve speed.
39 \item \textbf{Sound ON/OFF}
40 Toggle sound.
41 \item \textbf{Stats ON/OFF}
42 Toggle showing fps and current frameskip.
43 \item \textbf{Set Keys (BUGGY)}
44 Select this option to set a new keymapping.
45 \end{itemize}
46\item \textbf{Quit RockBoy}
47Quits the Rockboy plugin.
48\end{itemize}