diff options
-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} |