From 41ee9e33041dd2020e7ee3c44b81cef538b6592f Mon Sep 17 00:00:00 2001 From: Barry Wardell Date: Mon, 15 Jan 2007 20:40:48 +0000 Subject: 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 --- manual/plugins/rockboy.tex | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'manual/plugins/rockboy.tex') 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 \textbf{Default keys} \begin{table} \begin{btnmap}{}{} - \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{ + \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,SANSA_E200_PAD}{ \opt{RECORDER_PAD}{\ButtonFOne} \opt{IRIVER_H100_PAD}{\ButtonOn} \opt{IRIVER_H300_PAD}{\ButtonRec} + \opt{SANSA_E200_PAD}{\ButtonSelect} & A button\\} - \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{ + \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,SANSA_E200_PAD}{ \opt{RECORDER_PAD}{\ButtonFTwo} \opt{IRIVER_H100_PAD}{\ButtonOff} \opt{IRIVER_H300_PAD}{\ButtonMode} + \opt{SANSA_E200_PAD}{\ButtonRec} & B button\\} \opt{RECORDER_PAD}{\ButtonFThree} \opt{IRIVER_H100_PAD}{\ButtonRec} \opt{IRIVER_H300_PAD}{\ButtonOn} \opt{IPOD_4G_PAD}{\ButtonSelect} + \opt{SANSA_E200_PAD}{\ButtonScrollUp} & Start\\ - \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{ + \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,SANSA_E200_PAD}{ \opt{RECORDER_PAD}{\ButtonPlay} \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonSelect} + \opt{SANSA_E200_PAD}{\ButtonScrollDown} & Select\\} \opt{RECORDER_PAD}{\ButtonOn & Cycle display scaling modes\\} \opt{RECORDER_PAD,IRIVER_H300_PAD}{\ButtonOff} \opt{IRIVER_H100_PAD}{\ButtonMode} \opt{IPOD_4G_PAD}{Hold \ButtonSelect} + \opt{SANSA_E200_PAD}{\ButtonPower} & Open Rockboy menu\\ \end{btnmap} \end{table} -- cgit v1.2.3