summaryrefslogtreecommitdiff
path: root/manual/plugins/chip8emulator.tex
diff options
context:
space:
mode:
Diffstat (limited to 'manual/plugins/chip8emulator.tex')
-rw-r--r--manual/plugins/chip8emulator.tex28
1 files changed, 28 insertions, 0 deletions
diff --git a/manual/plugins/chip8emulator.tex b/manual/plugins/chip8emulator.tex
new file mode 100644
index 0000000000..1c8575b687
--- /dev/null
+++ b/manual/plugins/chip8emulator.tex
@@ -0,0 +1,28 @@
1\subsection{\label{ref:Chip8emulator}Chip{}-8 Emulator}
2The Chip{}-8 Emulator allows you to play many old chip8 games found on
3the Net. It modifies Rockbox, so file extensions .ch8 will be
4recognised as chip8 games. Just press PLAY on a .ch8 file to start a
5game.
6
7There are lots of tiny Chip8 games (usually only about 256 bytes to a
8couple of KB) which were made popular by the HP48
9calculator's emulator for them. The original Chip8 had
1064x32 pixel graphics, and the new superchip emulator supports 128x64
11graphics, which almost fits on the Recorder's display.
12The only problem is they are based on a 4x4 keyboard, but since most
13games do not use all of the buttons, this can easily be worked around.
14
15Some places where can you can find .ch8 files:
16
17\begin{itemize}
18\item The original chip8 patch had several attached:
19\url{http://sourceforge.net/tracker/index.php?func=detail&aid=628509&group_id=44306&atid=439120}
20\item Check out the HP48 chip games section:
21\url{http://www.hpcalc.org/hp48/games/chip/}
22\item Check out the PC emulator by the guy who wrote the HP48 emulator:
23\url{http://www.pdc.kth.se/~lfo/chip8/CHIP8.htm}
24\item Links to other chip8 emulators:
25\url{http://www.zophar.net/chip8.html}
26\end{itemize}
27
28