Skip to content

Commit

Permalink
Added readme.txt
Browse files Browse the repository at this point in the history
Just some general information on the project
  • Loading branch information
Miguel Duarte committed Jul 6, 2012
1 parent 59dd1e2 commit 9b57f2b
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
______ __ _ ____ _____ ______
.' ___ |[ | (_) .' __ '. |_ _|.' ____ \
/ .' \_| | |--. __ _ .--. | (__) | | | | (___ \_|
| | | .-. | [ |[ '/'`\ \ .`____'. _ | | _.____`.
\ `.___.'\ | | | | | | | \__/ || (____) || |__' | | \____) |
`.____ .'[___]|__][___]| ;.__/ `.______.'`.____.' \______.'
[__|

A simple JavaScript interpreter for Chip-8. Here is some general information on the platform:

-4k of memory
-stack with 16 levels
-64x32 screen resolution (monochrome)
-16 8-bit data registers (V0 to VF)

My main sources of information for this project are the following URLs:

http://devernay.free.fr/hacks/chip8/C8TECH10.HTM
http://personals.ac.upc.edu/vmoya/docs/emuprog.pdf
http://www.emutalk.net/threads/19894-Chip-8

This is a direct port of Jhip8 (https://github.com/miguelduarte42/Jhip8)

0 comments on commit 9b57f2b

Please sign in to comment.