-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
38 lines (33 loc) · 891 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!doctype html>
<meta charset=utf-8>
<title>Chip8 1k</title>
<a href=//github.com/xem/chip8><img style="position:absolute;top:0;right:0;border:0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub"></a>
<h1>~1kb Chip8 emulator</h1>
<hr>
<h2>ROMS</h2>
- <a href="ROM/ROM.zip">Download all roms</a> (it's legal)
<br>
<br>
<hr>
<h2>Emulator</h2>
- <a href="c8.html">Commented emulator</a> (with sound)
<br>
- <a href="c8.min.html">Golfed emulator</a> (by xem, p01, rlauck, aemkei, subzey)
<br>
- <a href="c8.min.pack.html">Packed emulator</a> (1028b)
<br>
<br>
<b>Controls:</b> numpad 0-9 + QWERTY
<br>
<br>
<hr>
<h2>Decompiler</h2>
- <a href="c8.decompiler.min.pack.html">ROM Decompiler!</a> (1024b gzipped!)
<br>
<br>
<hr>
<br>
© 2014-2015 Maxime Euzière
<style>
body { width: 500px; margin: 50px auto; font-family: arial; }
</style>