Go to file
Fabien Freling fdb5744d01 Read ROM size. 2015-02-23 16:10:40 +01:00
src Read ROM size. 2015-02-23 16:10:40 +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 Read Nintendo checksum in cartridge header. 2015-02-21 17:11:18 +01:00
README.md Add README. 2015-02-21 17:20:52 +01:00
_tags Read Nintendo checksum in cartridge header. 2015-02-21 17:11:18 +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