Go to file
Fabien Freling 161f5681ee Add empty QML app 2016-03-06 21:33:37 +01:00
qt Add empty QML app 2016-03-06 21:33:37 +01:00
src Add CPU.handle_interrupts 2016-03-01 23:15:56 +01:00
test Add Interrupt module 2016-02-28 23:41:06 +01:00
.gitignore Add empty QML app 2016-03-06 21:33:37 +01: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 Add Interrupt module 2016-02-28 23:41:06 +01:00
README.md Add codeslinger.co.uk to references 2016-01-21 21:16:42 +01:00
_tags Add fps to main loop 2015-08-17 22:26:11 +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