diff options
author | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2006-04-10 19:02:10 +0000 |
---|---|---|
committer | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2006-04-10 19:02:10 +0000 |
commit | a36e371e65fa7b1bed4aa7e529a4eb6e55db607d (patch) | |
tree | 65a0b1ca97e3676632cb023cce6d33774119848e /manual/plugins | |
parent | 717f2b7cb371590a9a272e01c34e8025ae788993 (diff) |
Make use of button macros once more.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9596 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/plugins')
-rw-r--r-- | manual/plugins/pacbox.tex | 32 |
1 files changed, 22 insertions, 10 deletions
diff --git a/manual/plugins/pacbox.tex b/manual/plugins/pacbox.tex index 82a32329c0..51884c3c93 100644 --- a/manual/plugins/pacbox.tex +++ b/manual/plugins/pacbox.tex @@ -1,3 +1,4 @@ +% $Id$ % \subsection{Pacbox} Pacbox is an emulator of the Pacman arcade machine hardware. It is a port of \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{center} -These need to be stored in the \fname{/.rockbox/pacman/} directory on your \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 +These need to be stored in the \fname{/.rockbox/pacman/} directory on your +\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}. \subsubsection{Keys} \begin{table} \begin{btnmap}{}{} - \opt{h1xx,h300}{RIGHT}\opt{ipodcolor,ipodnano}{NEXT} & Move Up\\ - \opt{h1xx,h300}{LEFT}\opt{ipodcolor,ipodnano}{PREV} & Move Down\\ - \opt{h1xx,h300}{UP}\opt{ipodcolor,ipodnano}{MENU} & Move Left\\ - \opt{h1xx,h300}{DOWN}\opt{ipodcolor,ipodnano}{PLAY} & Move Right\\ - \opt{h1xx,h300}{REC}\opt{ipodcolor,ipodnano}{SELECT} & Insert Coin\\ - \opt{h1xx,h300,ipodcolor,ipodnano}{SELECT} & 1-Player Start\\ - \opt{h1xx,h300}{ON}\opt{ipodcolor,ipodnano}{n/a} & 2-Player Start\\ - \opt{h1xx,h300}{MODE}\opt{ipodcolor,ipodnano}{SELECT+MENU} & Menu\\ + \opt{h1xx,h300,x5,ipodcolor,ipodnano}{\ButtonRight} + & Move Up\\ + \opt{h1xx,h300,x5,ipodcolor,ipodnano}{\ButtonLeft} + & Move Down\\ + \opt{h1xx,h300,x5}{\ButtonUp}\opt{ipodcolor,ipodnano}{\ButtonMenu} + & Move Left\\ + \opt{h1xx,h300,x5}{\ButtonDown}\opt{ipodcolor,ipodnano}{\ButtonPlay} + & 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{table} |