Go to file
Fabien Freling eb98415994 Improve debug printing 2015-08-10 00:34:10 +02:00
src Improve debug printing 2015-08-10 00:34:10 +02:00
.gitignore Update .gitignore for Game Boy ROM files. 2015-02-21 17:13:33 +01:00
.merlin Add LCD control structure. 2015-04-08 14:49:24 +02:00
LICENSE Read Nintendo checksum in cartridge header. 2015-02-21 17:11:18 +01:00
Makefile Add debug build. 2015-05-08 14:47:12 +02:00
README.md Fix README link. 2015-03-24 11:28:25 +01:00
_tags Add graphics window. 2015-04-19 19:18:03 +02: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.

You can find more information on http://www.ffreling.com/projects/oboy/

References

Acknowledgements