summaryrefslogtreecommitdiffstats
path: root/manual/plugins/jackpot.tex
diff options
context:
space:
mode:
authorAlex Parker <rockbox@aeparker.com>2009-08-25 15:08:47 +0000
committerAlex Parker <rockbox@aeparker.com>2009-08-25 15:08:47 +0000
commitb26656410a81cb1ea703e3741e8b8fb193bff235 (patch)
treef83b71f2e5c2136a536bf7190c2b1293185b74de /manual/plugins/jackpot.tex
parent32a1562c5f98a2d60ff96b48ba6de5a1d09f5628 (diff)
downloadrockbox-b26656410a81cb1ea703e3741e8b8fb193bff235.tar.gz
rockbox-b26656410a81cb1ea703e3741e8b8fb193bff235.zip
Add button mapping for jackpot to the manual.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22512 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/plugins/jackpot.tex')
-rw-r--r--manual/plugins/jackpot.tex23
1 files changed, 18 insertions, 5 deletions
diff --git a/manual/plugins/jackpot.tex b/manual/plugins/jackpot.tex
index 6e2e3c78e8..6e3f3f2a7b 100644
--- a/manual/plugins/jackpot.tex
+++ b/manual/plugins/jackpot.tex
@@ -4,19 +4,32 @@
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}{}{}
- \opt{PLAYER_PAD}{\ButtonPlay}
- \opt{HAVEREMOTEKEYMAP}{&
+ \opt{PLAYER_PAD,RECORDER_PAD}{\ButtonPlay}
+ \opt{IRIVER_H100_PAD,IAUDIO_X5_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,%
+ MROBE100_PAD,SANSA_CLIP_PAD,M200,IPOD_3G_PAD,IPOD_4G_PAD,%
+ SANSA_C200_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD}{\ButtonSelect}
+ \opt{ONDIO_PAD}{\ButtonUp}
+ \opt{IRIVER_H10_PAD}{\ButtonRew}
+ \opt{IAUDIO_M3_PAD}{}
+ \opt{HAVEREMOTEKEYMAP}{&
\opt{IRIVER_RC_H100_PAD}{\ButtonRCSelect}
+ \opt{IAUDIO_RC_PAD}{\ButtonRCMode}
}
& Play \\
\opt{PLAYER_PAD}{\ButtonStop}
- \opt{HAVEREMOTEKEYMAP}{&
+ \opt{IRIVER_H100_PAD,RECORDER_PAD,ONDIO_PAD}{\ButtonOff}
+ \opt{IPOD_3G_PAD,IPOD_4G_PAD}{\ButtonMenu}
+ \opt{IAUDIO_X5_PAD,GIGABEAT_PAD,SANSA_E200_PAD,SANSA_C200_PAD,%
+ SANSA_CLIP_PAD,IRIVER_H10_PAD,MROBE100_PAD}{\ButtonPower}
+ \opt{GIGABEAT_S_PAD}{\ButtonBack}
+ \opt{SANSA_FUZE_PAD}{\ButtonHome}
+ \opt{IAUDIO_M3_PAD}{}
+ \opt{HAVEREMOTEKEYMAP}{&
\opt{IRIVER_RC_H100_PAD}{\ButtonRCStop}
+ \opt{IAUDIO_RC_PAD}{\ButtonRCRec}
}
& Exit the game \\
\end{btnmap}
\end{table}
-