-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |