summaryrefslogtreecommitdiff
path: root/manual/plugins/chip8emulator.tex
diff options
context:
space:
mode:
authorMartin Arver <martin.arver@gmail.com>2006-02-21 11:54:53 +0000
committerMartin Arver <martin.arver@gmail.com>2006-02-21 11:54:53 +0000
commitc7fd0fee7ad2581889e84748ab64e10003d9d526 (patch)
treec81cb417787c809732f7126cee8148b3a52881cd /manual/plugins/chip8emulator.tex
parentbff84266217d10337e5bb4d643c7bfdb9c4b0d5d (diff)
downloadrockbox-c7fd0fee7ad2581889e84748ab64e10003d9d526.tar.gz
rockbox-c7fd0fee7ad2581889e84748ab64e10003d9d526.zip
Patch[1430311] by Henrico Witvliet. Split plugins to individual files. Proper naming of the targets.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8763 a1c6a512-1295-4272-9138-f99709370657
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