Author: Jahn Veach <j@hnvea.ch>
License: MIT (see LICENSE.txt)
Source: https://github.com/v64/gomaybe
Currently a work in progress.
- Game Boy CPU Manual - http://marc.rawer.de/Gameboy/Docs/GBCPUman.pdf
- Game Boy Development Wiki - http://gbdev.gg8.se/wiki/articles/Main_Page
- Game Boy CPU Instruction Set - http://www.pastraiser.com/cpu/gameboy/gameboy_opcodes.html
- Game Boy Memory Map - http://gameboy.mongenel.com/dmg/asmmemmap.html
- Fergulator NES Emulator - https://github.com/scottferg/Fergulator
- go-gameboy - https://github.com/k19k/go-gameboy
- GLFW - http://www.glfw.org/
- go-gl glfw bindings - https://github.com/go-gl/glfw