goones
NES Emulator written in Golang.
It is a toy project for me, and the outcome is a implementation that supports
- works super-mario-bros! (not including rom)
- mapper0,
- 1P controller,
- 6502 emulator,
- and a simple ppu.
How to run
go get github.com/ad-sho-loko/goones
goones [.nes-file]
Reference
- https://wiki.nesdev.com/w/index.php/INES#iNES_emulator
- https://qiita.com/bokuweb/items/1575337bef44ae82f4d3#ines%E3%83%98%E3%83%83%E3%83%80%E3%83%BC
- https://blog.bokuweb.me/entry/nes
- http://gikofami.fc2web.com/index.html
- http://taotao54321.hatenablog.com/entry/2017/04/09/031113
- http://www.qmtpro.com/~nes/misc/nestest.log