summaryrefslogtreecommitdiff
path: root/manual/plugins/rockboy.tex
diff options
context:
space:
mode:
authorBarry Wardell <rockbox@barrywardell.net>2007-01-15 20:40:48 +0000
committerBarry Wardell <rockbox@barrywardell.net>2007-01-15 20:40:48 +0000
commit41ee9e33041dd2020e7ee3c44b81cef538b6592f (patch)
tree80dea3488f41fd0c78512760daf86e1a00dd3f32 /manual/plugins/rockboy.tex
parent6de815be5cb06e9e8df46fcfdfbf611bce24c99c (diff)
downloadrockbox-41ee9e33041dd2020e7ee3c44b81cef538b6592f.tar.gz
rockbox-41ee9e33041dd2020e7ee3c44b81cef538b6592f.zip
FS#6539 - Thanks to Tom Ross
Add Jewels, Spacerocks, Wormlet, Rockboy and Sudoku for the e200. Also Includes manual changes for plugins. Add X5 keymappings for wormlet to the manual. Add help text for Jewels on the H10 and give a warning if help text is not defined. Fix bug in spacerocks lives drawing on large screens (larger than Ondio). Change spacerocks comments to C style. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12018 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/plugins/rockboy.tex')
-rw-r--r--manual/plugins/rockboy.tex11
1 files changed, 8 insertions, 3 deletions
diff --git a/manual/plugins/rockboy.tex b/manual/plugins/rockboy.tex
index 9ed04f7b8c..90e8d409bd 100644
--- a/manual/plugins/rockboy.tex
+++ b/manual/plugins/rockboy.tex
@@ -7,29 +7,34 @@ the gnuboy emulator. To start a game open a ROM file saved as \fname{.gb} or
7\textbf{Default keys} 7\textbf{Default keys}
8\begin{table} 8\begin{table}
9 \begin{btnmap}{}{} 9 \begin{btnmap}{}{}
10 \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{ 10 \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,SANSA_E200_PAD}{
11 \opt{RECORDER_PAD}{\ButtonFOne} 11 \opt{RECORDER_PAD}{\ButtonFOne}
12 \opt{IRIVER_H100_PAD}{\ButtonOn} 12 \opt{IRIVER_H100_PAD}{\ButtonOn}
13 \opt{IRIVER_H300_PAD}{\ButtonRec} 13 \opt{IRIVER_H300_PAD}{\ButtonRec}
14 \opt{SANSA_E200_PAD}{\ButtonSelect}
14 & A button\\} 15 & A button\\}
15 \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{ 16 \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,SANSA_E200_PAD}{
16 \opt{RECORDER_PAD}{\ButtonFTwo} 17 \opt{RECORDER_PAD}{\ButtonFTwo}
17 \opt{IRIVER_H100_PAD}{\ButtonOff} 18 \opt{IRIVER_H100_PAD}{\ButtonOff}
18 \opt{IRIVER_H300_PAD}{\ButtonMode} 19 \opt{IRIVER_H300_PAD}{\ButtonMode}
20 \opt{SANSA_E200_PAD}{\ButtonRec}
19 & B button\\} 21 & B button\\}
20 \opt{RECORDER_PAD}{\ButtonFThree} 22 \opt{RECORDER_PAD}{\ButtonFThree}
21 \opt{IRIVER_H100_PAD}{\ButtonRec} 23 \opt{IRIVER_H100_PAD}{\ButtonRec}
22 \opt{IRIVER_H300_PAD}{\ButtonOn} 24 \opt{IRIVER_H300_PAD}{\ButtonOn}
23 \opt{IPOD_4G_PAD}{\ButtonSelect} 25 \opt{IPOD_4G_PAD}{\ButtonSelect}
26 \opt{SANSA_E200_PAD}{\ButtonScrollUp}
24 & Start\\ 27 & Start\\
25 \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{ 28 \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,SANSA_E200_PAD}{
26 \opt{RECORDER_PAD}{\ButtonPlay} 29 \opt{RECORDER_PAD}{\ButtonPlay}
27 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonSelect} 30 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonSelect}
31 \opt{SANSA_E200_PAD}{\ButtonScrollDown}
28 & Select\\} 32 & Select\\}
29 \opt{RECORDER_PAD}{\ButtonOn & Cycle display scaling modes\\} 33 \opt{RECORDER_PAD}{\ButtonOn & Cycle display scaling modes\\}
30 \opt{RECORDER_PAD,IRIVER_H300_PAD}{\ButtonOff} 34 \opt{RECORDER_PAD,IRIVER_H300_PAD}{\ButtonOff}
31 \opt{IRIVER_H100_PAD}{\ButtonMode} 35 \opt{IRIVER_H100_PAD}{\ButtonMode}
32 \opt{IPOD_4G_PAD}{Hold \ButtonSelect} 36 \opt{IPOD_4G_PAD}{Hold \ButtonSelect}
37 \opt{SANSA_E200_PAD}{\ButtonPower}
33 & Open Rockboy menu\\ 38 & Open Rockboy menu\\
34 \end{btnmap} 39 \end{btnmap}
35\end{table} 40\end{table}