Fergulator icon indicating copy to clipboard operation
Fergulator copied to clipboard

NES emulator, written in Go

Results 4 Fergulator issues
Sort by recently updated
recently updated
newest added

It doesn't look like RAM access is mirrored per this diagram: http://en.wikibooks.org/wiki/NES_Programming/Memory_Map I believe a simple fix would be to bitwise & the address with `0x7FFF` which should be equivalent...

This only happens sometimes. Have noticed on many different ROMs, so I don't think it is ROM specific. On OSX Yosemite. ``` > ./Fergulator test_roms/nestest.nes 2015/02/08 12:15:10 nestest .nestest.state -----------------...

First of all thanks for this brilliant emulator. Some NES ROMs doesn't work with the Fergulator due to "Invalid opcode" error. I was downloading a lot of my favorite games...

[CodeSee](https://codesee.io) is a code visibility platform. This change updates the CodeSee workflow file to the latest version for security, maintenance, and support improvements (see changelog below). That workflow file: -...