Rename InstallProgress form to ProgressLogger as it's a generic logger window now.
[Rockbox.git] / manual / plugins / rockboy.tex
blob2d99e52f3ee547dc99df3ac5efbd22e314786a99
1 \subsection{\label{ref:Rockboy}Rockboy}
2 \screenshot{plugins/images/ss-rockboy}{Rockboy}{img:rockboy}
3 Rockboy is a Nintendo Game Boy and Game Boy Color emulator for Rockbox based on
4 the gnuboy emulator. To start a game open a ROM file saved as \fname{.gb} or
5 \fname{.gbc} in the file browser.\\
7 \textbf{Default keys}
8 \begin{table}
9 \begin{btnmap}{}{}
10 \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,SANSA_E200_PAD}{
11 \opt{RECORDER_PAD}{\ButtonFOne}
12 \opt{IRIVER_H100_PAD}{\ButtonOn}
13 \opt{IRIVER_H300_PAD}{\ButtonRec}
14 \opt{SANSA_E200_PAD}{\ButtonSelect}
15 & A button\\}
16 \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,SANSA_E200_PAD}{
17 \opt{RECORDER_PAD}{\ButtonFTwo}
18 \opt{IRIVER_H100_PAD}{\ButtonOff}
19 \opt{IRIVER_H300_PAD}{\ButtonMode}
20 \opt{SANSA_E200_PAD}{\ButtonRec}
21 & B button\\}
22 \opt{RECORDER_PAD}{\ButtonFThree}
23 \opt{IRIVER_H100_PAD}{\ButtonRec}
24 \opt{IRIVER_H300_PAD}{\ButtonOn}
25 \opt{IPOD_4G_PAD}{\ButtonSelect}
26 \opt{SANSA_E200_PAD}{\ButtonScrollBack}
27 & Start\\
28 \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,SANSA_E200_PAD}{
29 \opt{RECORDER_PAD}{\ButtonPlay}
30 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonSelect}
31 \opt{SANSA_E200_PAD}{\ButtonScrollFwd}
32 & Select\\}
33 \opt{RECORDER_PAD}{\ButtonOn & Cycle display scaling modes\\}
34 \opt{RECORDER_PAD,IRIVER_H300_PAD}{\ButtonOff}
35 \opt{IRIVER_H100_PAD}{\ButtonMode}
36 \opt{IPOD_4G_PAD}{Long \ButtonSelect}
37 \opt{SANSA_E200_PAD}{\ButtonPower}
38 & Open Rockboy menu\\
39 \end{btnmap}
40 \end{table}
42 \textbf{Rockboy menu}
43 \begin{description}
44 \item[Back to Game.] Takes you back to the game.
45 \item[Load State\ldots] Loads a previously saved state.
46 \item[Save State\ldots] Saves your current state.
47 \item[Options\ldots]
48 \begin{description}
49 \item[Frameskip.]
50 Change frameskip setting to improve speed.
51 \item[Sound ON/OFF.]
52 Toggle sound.
53 \item[Stats ON/OFF.]
54 Toggle showing fps and current frameskip.
55 \item[Set Keys (BUGGY)]
56 Select this option to set a new keymapping.
57 \end{description}
58 \item[Quit RockBoy.] Quits the Rockboy plugin.
59 \end{description}