Make use of button macros once more.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9596 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dominik Riebeling 2006-04-10 19:02:10 +00:00
parent 717f2b7cb3
commit a36e371e65

View file

@ -1,3 +1,4 @@
% $Id$ %
\subsection{Pacbox} \subsection{Pacbox}
Pacbox is an emulator of the Pacman arcade machine hardware. It is a port of Pacbox is an emulator of the Pacman arcade machine hardware. It is a port of
\emph{PIE -- Pacman Instructional Emulator} \emph{PIE -- Pacman Instructional Emulator}
@ -19,21 +20,32 @@ To use the emulator to play Pacman, you need a copy of ROMs for
\end{tabular} \end{tabular}
\end{center} \end{center}
These need to be stored in the \fname{/.rockbox/pacman/} directory on your \dap. These need to be stored in the \fname{/.rockbox/pacman/} directory on your
In the MAME ROMs collection the necessary files can be found in \fname{pacman.zip} and \fname{puckman.zip}. The MAME project itself can be \dap. In the MAME ROMs collection the necessary files can be found in
\fname{pacman.zip} and \fname{puckman.zip}. The MAME project itself can be
found at \url{http://www.mame.net}. found at \url{http://www.mame.net}.
\subsubsection{Keys} \subsubsection{Keys}
\begin{table} \begin{table}
\begin{btnmap}{}{} \begin{btnmap}{}{}
\opt{h1xx,h300}{RIGHT}\opt{ipodcolor,ipodnano}{NEXT} & Move Up\\ \opt{h1xx,h300,x5,ipodcolor,ipodnano}{\ButtonRight}
\opt{h1xx,h300}{LEFT}\opt{ipodcolor,ipodnano}{PREV} & Move Down\\ & Move Up\\
\opt{h1xx,h300}{UP}\opt{ipodcolor,ipodnano}{MENU} & Move Left\\ \opt{h1xx,h300,x5,ipodcolor,ipodnano}{\ButtonLeft}
\opt{h1xx,h300}{DOWN}\opt{ipodcolor,ipodnano}{PLAY} & Move Right\\ & Move Down\\
\opt{h1xx,h300}{REC}\opt{ipodcolor,ipodnano}{SELECT} & Insert Coin\\ \opt{h1xx,h300,x5}{\ButtonUp}\opt{ipodcolor,ipodnano}{\ButtonMenu}
\opt{h1xx,h300,ipodcolor,ipodnano}{SELECT} & 1-Player Start\\ & Move Left\\
\opt{h1xx,h300}{ON}\opt{ipodcolor,ipodnano}{n/a} & 2-Player Start\\ \opt{h1xx,h300,x5}{\ButtonDown}\opt{ipodcolor,ipodnano}{\ButtonPlay}
\opt{h1xx,h300}{MODE}\opt{ipodcolor,ipodnano}{SELECT+MENU} & Menu\\ & Move Right\\
\opt{h1xx,h300,x5}{\ButtonRec}\opt{ipodcolor,ipodnano}{\ButtonSelect}
& Insert Coin\\
\opt{h1xx,h300,x5,ipodcolor,ipodnano}{\ButtonSelect}
& 1-Player Start\\
\opt{h1xx,h300,x5}{\ButtonOn}\opt{ipodcolor,ipodnano}{n/a}
& 2-Player Start\\
\opt{h1xx,h300}{\ButtonMode}
\opt{x5}{\ButtonOn}
\opt{ipodcolor,ipodnano}{\ButtonSelect+\ButtonMenu}
& Menu\\
\end{btnmap} \end{btnmap}
\end{table} \end{table}