From a1c73f20b334e10ab71da17bfa3b7f3e534df969 Mon Sep 17 00:00:00 2001 From: Marianne Arnold Date: Thu, 7 Jun 2007 15:32:43 +0000 Subject: 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 --- manual/plugins/images/ss-xobox-112x64x1.png | Bin 0 -> 392 bytes manual/plugins/main.tex | 2 +- manual/plugins/xobox.tex | 9 +++++---- 3 files changed, 6 insertions(+), 5 deletions(-) create mode 100755 manual/plugins/images/ss-xobox-112x64x1.png (limited to 'manual') diff --git a/manual/plugins/images/ss-xobox-112x64x1.png b/manual/plugins/images/ss-xobox-112x64x1.png new file mode 100755 index 0000000000..482c168222 Binary files /dev/null and b/manual/plugins/images/ss-xobox-112x64x1.png differ diff --git a/manual/plugins/main.tex b/manual/plugins/main.tex index 14da5e7e0c..f1aa7c53d8 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 f7c86a319e..75d5089771 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} -- cgit v1.2.3