No description
| src | ||
| .gitignore | ||
| .merlin | ||
| _tags | ||
| LICENSE | ||
| Makefile | ||
| 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
- Pan/ATX, nocash et al for the PanDocs
- Imran Nazar