Go to file
Fabien Freling 54def17c26 Move signed_byte to Bit 2015-08-11 22:49:27 +02:00
src Move signed_byte to Bit 2015-08-11 22:49:27 +02:00
test Fix signed integer parsing 2015-08-10 01:35:47 +02:00
.gitignore Add logs to .gitignore 2015-08-10 01:36:30 +02:00
.merlin Add LCD control structure. 2015-04-08 14:49:24 +02:00
LICENSE Read Nintendo checksum in cartridge header. 2015-02-21 17:11:18 +01:00
Makefile Fix signed integer parsing 2015-08-10 01:35:47 +02:00
README.md Fix README link. 2015-03-24 11:28:25 +01:00
_tags Fix signed integer parsing 2015-08-10 01:35:47 +02:00

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