Read Nintendo checksum in cartridge header.

This first commit parses the ROM to extract the Nintendo Logo and
display it on stdout.
This commit is contained in:
Fabien Freling 2015-02-21 17:11:18 +01:00
commit 09f1ffb488
7 changed files with 80 additions and 0 deletions

7
.gitignore vendored Normal file
View file

@ -0,0 +1,7 @@
# vim
.*.swp
# OCaml
_build
*.byte
*.native