NES emulator fun written in Go. Inspired by great NES tutorial by javidx. More like a fun project to learn Go an NES internals without a goal to create a full featured emulator.
This couldn't happened without great documentation provided by
- https://wiki.nesdev.com
- https://github.com/fogleman/nes
- http://www.fceux.com/web/help/Intro.html
- http://6502.org/
- ...and many others
CPU, PPU support, background rendering, mapper 0 only for now.