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.tex26
1 files changed, 17 insertions, 9 deletions
diff --git a/manual/plugins/rockboy.tex b/manual/plugins/rockboy.tex
index 5ab16a53e7..9d44d82fab 100644
--- a/manual/plugins/rockboy.tex
+++ b/manual/plugins/rockboy.tex
@@ -1,22 +1,30 @@
1\subsection{\label{ref:Rockboy}Rockboy} 1\subsection{\label{ref:Rockboy}Rockboy}
2\screenshot{plugins/images/ss-rockboy}{Rockboy}{img:rockboy} 2\screenshot{plugins/images/ss-rockboy}{Rockboy}{img:rockboy}
3Rockboy is a Nintendo Game Boy and Game Boy Color emulator for Rockbox based 3Rockboy is a Nintendo Game Boy and Game Boy Color emulator for Rockbox based on
4on the gnuboy emulator. To start a game open a ROM file saved as .gb or 4the gnuboy emulator. To start a game open a ROM file saved as \fname{.gb} or
5.gbc in the file browser.\\ 5\fname{.gbc} in the file browser.\\
6 6
7\textbf{Default keys} 7\textbf{Default keys}
8\begin{table} 8\begin{table}
9 \begin{btnmap}{}{} 9 \begin{btnmap}{}{}
10 \opt{recorder,recorderv2fm}{F1}\opt{h1xx}{PLAY}\opt{h300}{RECORD} 10 \opt{RECORDER_PAD}{\ButtonFOne}
11 \opt{IRIVER_H100_PAD}{\ButtonOn}
12 \opt{IRIVER_H300_PAD}{\ButtonRec}
11 & A button\\ 13 & A button\\
12 \opt{recorder,recorderv2fm}{F2}\opt{h1xx}{STOP}\opt{h300}{A-B} 14 \opt{RECORDER_PAD}{\ButtonFTwo}
15 \opt{IRIVER_H100_PAD}{\ButtonOff}
16 \opt{IRIVER_H300_PAD}{\ButtonMode}
13 & B button\\ 17 & B button\\
14 \opt{recorder,recorderv2fm}{F3}\opt{h1xx}{RECORD}\opt{h300}{PLAY} 18 \opt{RECORDER_PAD}{\ButtonFThree}
19 \opt{IRIVER_H100_PAD}{\ButtonRec}
20 \opt{IRIVER_H300_PAD}{\ButtonOn}
15 & Start\\ 21 & Start\\
16 \opt{recorder,recorderv2fm}{PLAY}\opt{h1xx}{SELECT}\opt{h300}{NAVI} 22 \opt{RECORDER_PAD}{\ButtonPlay}
23 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonSelect}
17 & Select\\ 24 & Select\\
18 \opt{recorder,recorderv2fm}{MENU & Cycle display scaling modes\\} 25 \opt{RECORDER_PAD}{\ButtonOn & Cycle display scaling modes\\}
19 \opt{recorder,recorderv2fm,h300}{STOP}\opt{h1xx}{A-B} 26 \opt{RECORDER_PAD,IRIVER_H300_PAD}{\ButtonOff}
27 \opt{IRIVER_H100_PAD}{\ButtonMode}
20 & Open Rockboy menu\\ 28 & Open Rockboy menu\\
21 \end{btnmap} 29 \end{btnmap}
22\end{table} 30\end{table}