Go to file
Fabien Freling 5cbd8c9794 Disable warning 40.
This warning is about label resolution with regard to type.
It basically means that the label resolution was done thanks to the
type. This is a new behavior but a welcome change, so the warning is
disabled.
2015-02-23 18:12:53 +01:00
src Disable warning 40. 2015-02-23 18:12:53 +01:00
.gitignore Update .gitignore for Game Boy ROM files. 2015-02-21 17:13:33 +01:00
LICENSE Read Nintendo checksum in cartridge header. 2015-02-21 17:11:18 +01:00
Makefile Add 'clean' target. 2015-02-23 16:51:45 +01:00
README.md Add README. 2015-02-21 17:20:52 +01:00
_tags Disable warning 40. 2015-02-23 18:12:53 +01:00

README.md

OBoy

OBoy is a Game Boy emulator written in OCaml.

This project explores the internals of the Game Boy, documenting it along the way. It is also an experiment of writing a low-level program in functional language.

References

The main reference so far is the PanDocs.

You can find a copy here: http://bgb.bircd.org/pandocs.htm