Go to file
Fabien Freling 1a978d6814 Store full ROM in Cartridge.t
Now that the full ROM is stored, all fields are derived from it.
2015-02-24 14:40:11 +01:00
src Store full ROM in Cartridge.t 2015-02-24 14:40:11 +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