diff options
| author | Nils Wallménius <nils@rockbox.org> | 2006-06-18 13:22:42 +0000 |
|---|---|---|
| committer | Nils Wallménius <nils@rockbox.org> | 2006-06-18 13:22:42 +0000 |
| commit | db8316fa52ed8eeb55136bc3aad2c98b25d249fb (patch) | |
| tree | 35fe321baa776fd6737fd940418d8ab99c04aa1f /manual/plugins/rockboy.tex | |
| parent | 87bf8044d10a6f8108829c7d12165f5dac698c64 (diff) | |
| download | rockbox-db8316fa52ed8eeb55136bc3aad2c98b25d249fb.zip rockbox-db8316fa52ed8eeb55136bc3aad2c98b25d249fb.tar.gz rockbox-db8316fa52ed8eeb55136bc3aad2c98b25d249fb.tar.bz2 rockbox-db8316fa52ed8eeb55136bc3aad2c98b25d249fb.tar.xz | |
New keypress tables for rockboy and mandelbrot
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10136 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/plugins/rockboy.tex')
| -rw-r--r-- | manual/plugins/rockboy.tex | 26 |
1 files changed, 17 insertions, 9 deletions
diff --git a/manual/plugins/rockboy.tex b/manual/plugins/rockboy.tex index 5ab16a5..9d44d82 100644 --- a/manual/plugins/rockboy.tex +++ b/manual/plugins/rockboy.tex @@ -1,22 +1,30 @@ \subsection{\label{ref:Rockboy}Rockboy} \screenshot{plugins/images/ss-rockboy}{Rockboy}{img:rockboy} -Rockboy is a Nintendo Game Boy and Game Boy Color emulator for Rockbox based -on the gnuboy emulator. To start a game open a ROM file saved as .gb or -.gbc in the file browser.\\ +Rockboy is a Nintendo Game Boy and Game Boy Color emulator for Rockbox based on +the gnuboy emulator. To start a game open a ROM file saved as \fname{.gb} or +\fname{.gbc} in the file browser.\\ \textbf{Default keys} \begin{table} \begin{btnmap}{}{} - \opt{recorder,recorderv2fm}{F1}\opt{h1xx}{PLAY}\opt{h300}{RECORD} + \opt{RECORDER_PAD}{\ButtonFOne} + \opt{IRIVER_H100_PAD}{\ButtonOn} + \opt{IRIVER_H300_PAD}{\ButtonRec} & A button\\ - \opt{recorder,recorderv2fm}{F2}\opt{h1xx}{STOP}\opt{h300}{A-B} + \opt{RECORDER_PAD}{\ButtonFTwo} + \opt{IRIVER_H100_PAD}{\ButtonOff} + \opt{IRIVER_H300_PAD}{\ButtonMode} & B button\\ - \opt{recorder,recorderv2fm}{F3}\opt{h1xx}{RECORD}\opt{h300}{PLAY} + \opt{RECORDER_PAD}{\ButtonFThree} + \opt{IRIVER_H100_PAD}{\ButtonRec} + \opt{IRIVER_H300_PAD}{\ButtonOn} & Start\\ - \opt{recorder,recorderv2fm}{PLAY}\opt{h1xx}{SELECT}\opt{h300}{NAVI} + \opt{RECORDER_PAD}{\ButtonPlay} + \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonSelect} & Select\\ - \opt{recorder,recorderv2fm}{MENU & Cycle display scaling modes\\} - \opt{recorder,recorderv2fm,h300}{STOP}\opt{h1xx}{A-B} + \opt{RECORDER_PAD}{\ButtonOn & Cycle display scaling modes\\} + \opt{RECORDER_PAD,IRIVER_H300_PAD}{\ButtonOff} + \opt{IRIVER_H100_PAD}{\ButtonMode} & Open Rockboy menu\\ \end{btnmap} \end{table} |