Go to file
Fabien Freling b5ed4b8f1f Update warnings by enabling all. 2015-02-24 20:36:33 +01:00
src Add draft for CPU registers and flags. 2015-02-24 17:30:14 +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 Fix PanDocs link in README. 2015-02-24 20:35:54 +01:00
_tags Update warnings by enabling all. 2015-02-24 20:36:33 +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 Pan Docs.

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