another enhancement of \screenshot -- filenames should now not include the display...
[Rockbox.git] / manual / plugins / pacbox.tex
blob1ad78389af252b98833038b162561899d49320dd
1 \subsection{Pacbox}
2 Pacbox is an emulator of the Pacman arcade machine hardware. It is a port of \emph{PIE - Pacman Instructional Emulator} (\url{http://www.ascotti.org/programming/pie/pie.htm}).
3 \screenshot{plugins/images/ss-pacbox}{Pacbox}{img:pacbox}
5 \subsubsection{ROMs}
6 To use the emulator to play Pacman, you need a copy of ROMs for "Midway Pacman".
7 \begin{center}
8 \begin{tabular}{ll}\toprule
9 \textbf{Filename} & \textbf{MD5 checksum}\\\midrule
10 pacman.5e & 2791455babaf26e0b396c78d2b45f8f6\\
11 pacman.5f & 9240f35d1d2beee0ff17195653b5e405\\
12 pacman.6e & 290aa5eae9e2f63587b5dd5a7da932da\\
13 pacman.6f & 19a886fcd8b5e88b0ed1b97f9d8659c0\\
14 pacman.6h & d7cce8bffd9563b133ec17ebbb6373d4\\
15 pacman.6j & 33c0e197be4c787142af6c3be0d8f6b0\\\bottomrule
16 \end{tabular}
17 \end{center}
19 These need to be stored in the \fname{/.rockbox/pacman/} directory on your player.
20 In the MAME ROMs collection the necessary files can be found in \fname{pacman.zip} and \fname{puckman.zip}.
22 \subsubsection{Keys}
23 \begin{center}
24 \begin{tabular}{ll}\toprule
25 \textbf{Key} & \textbf{Action}\\\midrule
26 \opt{h1xx,h300}{RIGHT}\opt{ipodcolor,ipodnano}{NEXT} & Move Up\\
27 \opt{h1xx,h300}{LEFT}\opt{ipodcolor,ipodnano}{PREV} & Move Down\\
28 \opt{h1xx,h300}{UP}\opt{ipodcolor,ipodnano}{MENU} & Move Left\\
29 \opt{h1xx,h300}{DOWN}\opt{ipodcolor,ipodnano}{PLAY} & Move Right\\
30 \opt{h1xx,h300}{REC}\opt{ipodcolor,ipodnano}{SELECT} & Insert Coin\\
31 \opt{h1xx,h300,ipodcolor,ipodnano}{SELECT} & 1-Player Start\\
32 \opt{h1xx,h300}{ON}\opt{ipodcolor,ipodnano}{n/a} & 2-Player Start\\
33 \opt{h1xx,h300}{MODE}\opt{ipodcolor,ipodnano}{SELECT+MENU} & Menu\\\bottomrule
34 \end{tabular}
35 \end{center}