oboy/README.md

14 lines
372 B
Markdown
Raw Normal View History

2015-02-21 17:20:52 +01:00
# 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
2015-02-24 20:35:54 +01:00
The main reference so far is the Pan Docs.
2015-02-21 17:20:52 +01:00
2015-02-24 20:35:54 +01:00
You can find a copy here: [http://bgb.bircd.org/pandocs.htm](http://bgb.bircd.org/pandocs.htm)