oboy/README.md

28 lines
940 B
Markdown
Raw Permalink Normal View History

2019-06-07 22:43:04 +02:00
OBoy
====
2015-02-21 17:20:52 +01:00
OBoy is a Game Boy emulator written in OCaml.
2015-03-24 11:27:25 +01:00
This project explores the internals of the Game Boy, documenting it along the way.
2015-02-21 17:20:52 +01:00
It is also an experiment of writing a low-level program in functional language.
2015-03-24 11:28:25 +01:00
You can find more information on [http://www.ffreling.com/projects/oboy/](http://www.ffreling.com/projects/oboy/)
2015-02-21 17:20:52 +01:00
2019-06-07 22:43:04 +02:00
References
----------
2015-02-21 17:20:52 +01:00
2019-06-07 22:43:04 +02:00
- [PanDocs (self-hosted copy)](http://www.ffreling.com/projects/oboy/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)
- [GbdevWiki](http://gbdev.gg8.se/wiki/articles/Main_Page)
2019-07-17 13:52:16 +02:00
Similar projects
----------------
- [SameBoy](https://sameboy.github.io/): great debugging features
2019-06-07 22:43:04 +02:00
Acknowledgements
----------------
- Pan/ATX, nocash et al for the PanDocs