21 lines
708 B
Markdown
21 lines
708 B
Markdown
---
|
|
title: OBoy
|
|
---
|
|
|
|
OBoy is a Game Boy emulator written in OCaml.
|
|
|
|
[GitLab repository](https://gitlab.com/ffreling/oboy)
|
|
|
|
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
|
|
+ [PanDocs (self-hosted copy)](pandocs.html)
|
|
+ [GameBoy Emulation in JavaScript](http://imrannazar.com/GameBoy-Emulation-in-JavaScript:-The-CPU)
|
|
+ [Opcode Map for the Gameboy-Z80](http://imrannazar.com/GameBoy-Z80-Opcode-Map)
|
|
+ [codeslinger.co.uk](http://www.codeslinger.co.uk/pages/projects/gameboy.html)
|
|
|
|
## Acknowledgements
|
|
+ Pan/ATX, nocash et al for the PanDocs
|
|
+ [Imran Nazar](http://imrannazar.com/)
|