summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorMarianne Arnold <pixelma@rockbox.org>2007-10-19 09:05:18 +0000
committerMarianne Arnold <pixelma@rockbox.org>2007-10-19 09:05:18 +0000
commitdf1f0d642946d125b03b83209f4c5a6fd4b156b3 (patch)
treebc64bae935f263e2a529d85d3509343df11895f6 /manual
parent3ab686e07ea2da66f32cb31894ebda08a614ef06 (diff)
downloadrockbox-df1f0d642946d125b03b83209f4c5a6fd4b156b3.tar.gz
rockbox-df1f0d642946d125b03b83209f4c5a6fd4b156b3.zip
Chessbox: ported to c200, also simplify the tile size calculation (thanks to Jens). Just retrieve it from the assigned bmp (same as e.g. Sudoku does), so that there's no need to check for lcd resolution in two different places. Update the manual.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15202 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual')
-rw-r--r--manual/plugins/chessbox.tex7
1 files changed, 4 insertions, 3 deletions
diff --git a/manual/plugins/chessbox.tex b/manual/plugins/chessbox.tex
index 57caad21d4..883cc64a5c 100644
--- a/manual/plugins/chessbox.tex
+++ b/manual/plugins/chessbox.tex
@@ -29,7 +29,7 @@ the game.
29 & Move the cursor\\ 29 & Move the cursor\\
30 \opt{RECORDER_PAD}{\ButtonPlay} 30 \opt{RECORDER_PAD}{\ButtonPlay}
31 \opt{ONDIO_PAD}{\ButtonMenu} 31 \opt{ONDIO_PAD}{\ButtonMenu}
32 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD,GIGABEAT_PAD} 32 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD}
33 {\ButtonSelect} 33 {\ButtonSelect}
34 \opt{IRIVER_H10_PAD}{\ButtonRew} 34 \opt{IRIVER_H10_PAD}{\ButtonRew}
35 & Select / Move piece\\ 35 & Select / Move piece\\
@@ -37,7 +37,7 @@ the game.
37 \opt{ONDIO_PAD}{\ButtonMenu+\ButtonOff} 37 \opt{ONDIO_PAD}{\ButtonMenu+\ButtonOff}
38 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode} 38 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}
39 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonRight} 39 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonRight}
40 \opt{IAUDIO_X5_PAD,SANSA_E200_PAD}{\ButtonRec} 40 \opt{IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonRec}
41 \opt{IRIVER_H10_PAD}{\ButtonFF} 41 \opt{IRIVER_H10_PAD}{\ButtonFF}
42 \opt{GIGABEAT_PAD}{\ButtonMenu} 42 \opt{GIGABEAT_PAD}{\ButtonMenu}
43 & Change level\\ 43 & Change level\\
@@ -46,11 +46,12 @@ the game.
46 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonPlay} 46 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonPlay}
47 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD}{\ButtonPlay} 47 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD}{\ButtonPlay}
48 \opt{SANSA_E200_PAD}{\ButtonSelect+\ButtonRight} 48 \opt{SANSA_E200_PAD}{\ButtonSelect+\ButtonRight}
49 \opt{SANSA_C200_PAD}{\ButtonVolUp}
49 \opt{GIGABEAT_PAD}{\ButtonPower} 50 \opt{GIGABEAT_PAD}{\ButtonPower}
50 & Force play\\ 51 & Force play\\
51 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} 52 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
52 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu} 53 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu}
53 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD}{\ButtonPower} 54 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonPower}
54 \opt{GIGABEAT_PAD}{\ButtonA} 55 \opt{GIGABEAT_PAD}{\ButtonA}
55 & Show the menu\\ 56 & Show the menu\\
56 \end{btnmap} 57 \end{btnmap}