You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Fabien Freling 94defc9653 Update README 4 years ago
doc Add instructions on how to use radare2 8 years ago
scripts Invalidate C++ app 4 years ago
src Add VRAM Explorer placeholder 4 years ago
test Add Interrupt module 8 years ago
.gitignore Add empty QML app 8 years ago
.ocamlformat Add ocamlformat 5 years ago
LICENSE Read Nintendo checksum in cartridge header. 9 years ago
Makefile Invalidate C++ app 4 years ago
README.md Update README 4 years ago
dune Switch to Dune build system 5 years ago
dune-project Switch to Dune build system 5 years ago
oboy.opam Add oboy.opam 4 years ago

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

Similar projects

  • SameBoy: great debugging features

Acknowledgements

  • Pan/ATX, nocash et al for the PanDocs