diff options
| author | Marianne Arnold <pixelma@rockbox.org> | 2009-07-08 20:27:21 +0000 |
|---|---|---|
| committer | Marianne Arnold <pixelma@rockbox.org> | 2009-07-08 20:27:21 +0000 |
| commit | ca0a92623c5692a175d5959a9e12fc2e6123f0a8 (patch) | |
| tree | 2298b9e0f842b546becfdd4a8e5ca92cbf764c77 | |
| parent | d2595688319fefe8e6af2b6fb25b7bd4ba4a87a2 (diff) | |
| download | rockbox-ca0a92623c5692a175d5959a9e12fc2e6123f0a8.zip rockbox-ca0a92623c5692a175d5959a9e12fc2e6123f0a8.tar.gz rockbox-ca0a92623c5692a175d5959a9e12fc2e6123f0a8.tar.bz2 rockbox-ca0a92623c5692a175d5959a9e12fc2e6123f0a8.tar.xz | |
Jackpot is now available on all targets, so enable it for all manuals as well. The button table needs to be filled out still though. Also move the opt for the H100 remote again (see r21696).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21729 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | manual/plugins/jackpot.tex | 10 | ||||
| -rw-r--r-- | manual/plugins/main.tex | 2 |
2 files changed, 8 insertions, 4 deletions
diff --git a/manual/plugins/jackpot.tex b/manual/plugins/jackpot.tex index b0c07ee..e7291d5 100644 --- a/manual/plugins/jackpot.tex +++ b/manual/plugins/jackpot.tex @@ -4,11 +4,15 @@ This is a jackpot slot machine game. At the beginning of the game you have 20\$. Payouts are given when three matching symbols come up. +% fill out for every other target... \begin{table} \begin{btnmap}{}{} -\ButtonPlay \opt{IRIVER_RC_H100_PAD}{&} & Play \\ -\ButtonStop \opt{IRIVER_RC_H100_PAD}{&} & Exit the game \\ + \opt{PLAYER_PAD}{\ButtonPlay} + \opt{IRIVER_RC_H100_PAD}{&} + & Play \\ + \opt{PLAYER_PAD}{\ButtonStop} + \opt{IRIVER_RC_H100_PAD}{&} + & Exit the game \\ \end{btnmap} \end{table} - diff --git a/manual/plugins/main.tex b/manual/plugins/main.tex index f500d80..39b36f0 100644 --- a/manual/plugins/main.tex +++ b/manual/plugins/main.tex @@ -42,7 +42,7 @@ text files% \opt{lcd_non-mono}{\nopt{h10_5gb,ipodmini,c200}{ \input{plugins/invadrox.tex}}} -\opt{player}{\input{plugins/jackpot.tex}} +{\input{plugins/jackpot.tex}} \opt{lcd_bitmap}{\input{plugins/jewels.tex}} |