From ca0a92623c5692a175d5959a9e12fc2e6123f0a8 Mon Sep 17 00:00:00 2001 From: Marianne Arnold Date: Wed, 8 Jul 2009 20:27:21 +0000 Subject: 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 --- manual/plugins/jackpot.tex | 10 +++++++--- manual/plugins/main.tex | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) (limited to 'manual') diff --git a/manual/plugins/jackpot.tex b/manual/plugins/jackpot.tex index b0c07eebd5..e7291d5199 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 f500d8084e..39b36f0a3c 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}} -- cgit v1.2.3