Skip to content

Commit

Permalink
index
Browse files Browse the repository at this point in the history
  • Loading branch information
xem committed May 24, 2015
1 parent 186fd0c commit 8ec97fb
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,33 @@
<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>

<h2>Summary</h2>
<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>
<br>
<hr>
<br>
© 2014-2015 Maxime Euzière

Expand Down

0 comments on commit 8ec97fb

Please sign in to comment.