diff options
| author | Marianne Arnold <pixelma@rockbox.org> | 2007-06-07 15:32:43 +0000 |
|---|---|---|
| committer | Marianne Arnold <pixelma@rockbox.org> | 2007-06-07 15:32:43 +0000 |
| commit | a1c73f20b334e10ab71da17bfa3b7f3e534df969 (patch) | |
| tree | 6301277052fb942b585da6f6fef432471426b368 | |
| parent | e75fa17d625416ee41ba7a425786e1ce5d46dfb3 (diff) | |
| download | rockbox-a1c73f20b334e10ab71da17bfa3b7f3e534df969.zip rockbox-a1c73f20b334e10ab71da17bfa3b7f3e534df969.tar.gz rockbox-a1c73f20b334e10ab71da17bfa3b7f3e534df969.tar.bz2 rockbox-a1c73f20b334e10ab71da17bfa3b7f3e534df969.tar.xz | |
Include the Xobox chapter in the Recorder/Ondio manuals (adding a screenshot and keymaps) since it is now available there too.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13591 a1c6a512-1295-4272-9138-f99709370657
| -rwxr-xr-x | manual/plugins/images/ss-xobox-112x64x1.png | bin | 0 -> 392 bytes | |||
| -rw-r--r-- | manual/plugins/main.tex | 2 | ||||
| -rw-r--r-- | manual/plugins/xobox.tex | 9 |
3 files changed, 6 insertions, 5 deletions
diff --git a/manual/plugins/images/ss-xobox-112x64x1.png b/manual/plugins/images/ss-xobox-112x64x1.png Binary files differnew file mode 100755 index 0000000..482c168 --- /dev/null +++ b/manual/plugins/images/ss-xobox-112x64x1.png diff --git a/manual/plugins/main.tex b/manual/plugins/main.tex index 14da5e7..f1aa7c5 100644 --- a/manual/plugins/main.tex +++ b/manual/plugins/main.tex @@ -62,7 +62,7 @@ text files, chip8 games), or from the \setting{Open with} option on the \opt{HAVE_LCD_BITMAP}{\input{plugins/wormlet.tex}} -\opt{SWCODEC}{\input{plugins/xobox.tex}} +\opt{HAVE_LCD_BITMAP}{\input{plugins/xobox.tex}} \section{Demos} diff --git a/manual/plugins/xobox.tex b/manual/plugins/xobox.tex index f7c86a3..75d5089 100644 --- a/manual/plugins/xobox.tex +++ b/manual/plugins/xobox.tex @@ -10,18 +10,19 @@ To finish a level you have to section off more than 75\%. \begin{table} \begin{btnmap}{}{} \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu, \ButtonPlay,} - \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD}{\ButtonUp, \ButtonDown,} + \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD,RECORDER_PAD,ONDIO_PAD}{\ButtonUp, \ButtonDown,}% \opt{IRIVER_H10_PAD}{\ButtonScrollUp, \ButtonScrollDown,} \ButtonLeft, \ButtonRight & Move around the arena\\ \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode} + \opt{ONDIO_PAD}{\ButtonMenu} \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect} - \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD}{\ButtonPlay} + \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,RECORDER_PAD}{\ButtonPlay} \opt{SANSA_E200_PAD}{\ButtonRec} & Pause\\ - \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} + \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,RECORDER_PAD,ONDIO_PAD}{\ButtonOff} \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu} \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD}{\ButtonPower} - & Quit\\ + & Open menu\\ \end{btnmap} \end{table} |