From 10f4fb6e762462374edd1cceefdb816f91de8956 Mon Sep 17 00:00:00 2001 From: Fabien Freling Date: Sat, 21 Feb 2015 17:20:52 +0100 Subject: [PATCH] Add README. --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..2a1d8f9 --- /dev/null +++ b/README.md @@ -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]()