Refresh README.md
This commit is contained in:
parent
e6c8ffe793
commit
d4e753a6e1
24
README.md
24
README.md
|
@ -1,4 +1,5 @@
|
|||
# OBoy
|
||||
OBoy
|
||||
====
|
||||
|
||||
OBoy is a Game Boy emulator written in OCaml.
|
||||
|
||||
|
@ -7,12 +8,17 @@ 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/](http://www.ffreling.com/projects/oboy/)
|
||||
|
||||
## References
|
||||
+ [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)
|
||||
References
|
||||
----------
|
||||
|
||||
## Acknowledgements
|
||||
+ Pan/ATX, nocash et al for the PanDocs
|
||||
+ [Imran Nazar](http://imrannazar.com/)
|
||||
- [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)
|
||||
|
||||
Acknowledgements
|
||||
----------------
|
||||
|
||||
- Pan/ATX, nocash et al for the PanDocs
|
||||
- [Imran Nazar](http://imrannazar.com/)
|
||||
|
|
Loading…
Reference in a new issue