Add README.
This commit is contained in:
parent
da1253c94c
commit
10f4fb6e76
13
README.md
Normal file
13
README.md
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
# 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]()
|
Loading…
Reference in a new issue