summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manual/plugins/images/ss-pacbox-160x128x2.pngbin0 -> 882 bytes
-rw-r--r--manual/plugins/images/ss-pacbox-176x132x16.pngbin0 -> 1816 bytes
-rw-r--r--manual/plugins/images/ss-pacbox-220x176x16.pngbin0 -> 2733 bytes
-rw-r--r--manual/plugins/main.tex2
-rw-r--r--manual/plugins/pacbox.tex41
5 files changed, 43 insertions, 0 deletions
diff --git a/manual/plugins/images/ss-pacbox-160x128x2.png b/manual/plugins/images/ss-pacbox-160x128x2.png
new file mode 100644
index 0000000000..374d3ebe17
--- /dev/null
+++ b/manual/plugins/images/ss-pacbox-160x128x2.png
Binary files differ
diff --git a/manual/plugins/images/ss-pacbox-176x132x16.png b/manual/plugins/images/ss-pacbox-176x132x16.png
new file mode 100644
index 0000000000..0f8123853a
--- /dev/null
+++ b/manual/plugins/images/ss-pacbox-176x132x16.png
Binary files differ
diff --git a/manual/plugins/images/ss-pacbox-220x176x16.png b/manual/plugins/images/ss-pacbox-220x176x16.png
new file mode 100644
index 0000000000..d99486ec80
--- /dev/null
+++ b/manual/plugins/images/ss-pacbox-220x176x16.png
Binary files differ
diff --git a/manual/plugins/main.tex b/manual/plugins/main.tex
index 406de55659..eeb97f5467 100644
--- a/manual/plugins/main.tex
+++ b/manual/plugins/main.tex
@@ -35,6 +35,8 @@ will carry on playing whilst plugins are being run.
35 35
36\opt{player}{\input{plugins/nim.tex}} 36\opt{player}{\input{plugins/nim.tex}}
37 37
38\opt{h1xx,h300,ipodcolor,ipodnano}{\input{plugins/pacbox.tex}}
39
38\opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodcolor,ipodnano}{\input{plugins/pong.tex}} 40\opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodcolor,ipodnano}{\input{plugins/pong.tex}}
39 41
40\opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodcolor,ipodnano}{\input{plugins/rockblox.tex}} 42\opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodcolor,ipodnano}{\input{plugins/rockblox.tex}}
diff --git a/manual/plugins/pacbox.tex b/manual/plugins/pacbox.tex
new file mode 100644
index 0000000000..2fbae07556
--- /dev/null
+++ b/manual/plugins/pacbox.tex
@@ -0,0 +1,41 @@
1\subsection{Pacbox}
2Pacbox 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\begin{figure}[h!]
4 \begin{center}
5 \includegraphics[width=4cm]{plugins/images/ss-pacbox-\genericimg.png}
6 \end{center}
7 \caption{Pacbox}
8\end{figure}
9
10\subsubsection{ROMs}
11To use the emulator to play Pacman, you need a copy of ROMs for "Midway Pacman".
12\begin{center}
13 \begin{tabular}{ll}\toprule
14 \textbf{Filename} & \textbf{MD5 checksum}\\\midrule
15 pacman.5e & 2791455babaf26e0b396c78d2b45f8f6\\
16 pacman.5f & 9240f35d1d2beee0ff17195653b5e405\\
17 pacman.6e & 290aa5eae9e2f63587b5dd5a7da932da\\
18 pacman.6f & 19a886fcd8b5e88b0ed1b97f9d8659c0\\
19 pacman.6h & d7cce8bffd9563b133ec17ebbb6373d4\\
20 pacman.6j & 33c0e197be4c787142af6c3be0d8f6b0\\\bottomrule
21 \end{tabular}
22\end{center}
23
24These need to be stored in the \fname{/.rockbox/pacman/} directory on your player.
25In the MAME ROMs collection the necessary files can be found in \fname{pacman.zip} and \fname{puckman.zip}.
26
27\subsubsection{Keys}
28\begin{center}
29 \begin{tabular}{ll}\toprule
30 \textbf{Key} & \textbf{Action}\\\midrule
31 Move Up & \opt{h1xx,h300}{RIGHT}\opt{ipodcolor,ipodnano}{NEXT}\\
32 Move Down & \opt{h1xx,h300}{LEFT}\opt{ipodcolor,ipodnano}{PREV}\\
33 Move Left & \opt{h1xx,h300}{UP}\opt{ipodcolor,ipodnano}{MENU}\\
34 Move Right & \opt{h1xx,h300}{DOWN}\opt{ipodcolor,ipodnano}{PLAY}\\
35 Insert Coin & \opt{h1xx,h300}{REC}\opt{ipodcolor,ipodnano}{SELECT}\\
36 1-Player Start & \opt{h1xx,h300,ipodcolor,ipodnano}{SELECT}\\
37 2-Player Start & \opt{h1xx,h300}{ON}\opt{ipodcolor,ipodnano}{n/a}\\
38 Menu & \opt{h1xx,h300}{MODE}\opt{ipodcolor,ipodnano}{SELECT+MENU}\\\bottomrule
39 \end{tabular}
40\end{center}
41