rockbox/manual/plugins/jackpot.tex
Alex Parker 300b12e004 Add H100 remote keys for plugins to the manual. For the vast majority
of plugins this is just exit.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22000 a1c6a512-1295-4272-9138-f99709370657
2009-07-22 21:40:29 +00:00

22 lines
618 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}{&
\opt{IRIVER_RC_H100_PAD}{\ButtonRCSelect}
}
& Play \\
\opt{PLAYER_PAD}{\ButtonStop}
\opt{HAVEREMOTEKEYMAP}{&
\opt{IRIVER_RC_H100_PAD}{\ButtonRCStop}
}
& Exit the game \\
\end{btnmap}
\end{table}