forked from len0rd/rockbox
manuals with HAVEREMOTEKEYMAP defined to build, regardless of whether tables have been edited for the specific remote keymap. The actual button can be added inside this opt. Change many IRIVER_RC_H100_PAD opts to the generic HAVEREMOTEKEYMAP git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21997 a1c6a512-1295-4272-9138-f99709370657
18 lines
498 B
TeX
18 lines
498 B
TeX
% $Id$ %
|
|
\subsection{Jackpot}
|
|
\screenshot{plugins/images/ss-jackpot}{Jackpot}{img:Jackpot}
|
|
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}{& }
|
|
& Play \\
|
|
\opt{PLAYER_PAD}{\ButtonStop}
|
|
\opt{HAVEREMOTEKEYMAP}{& }
|
|
& Exit the game \\
|
|
\end{btnmap}
|
|
\end{table}
|
|
|