a simple NES emulator written in C
it only has support for NROM, MMC1, and UNROM games, and has a lot of stuff that is unimplemented and buggy
it's also only been tested with a few games. galaga, tetris, dr. mario, metroid, and megaman seem to work fine but super mario bros doesn't scroll right, micro mages runs but the sprites are broken, and megaman 2 runs but has the nametable get corrupted
to build it all you should need to do is run ./build.sh
in this directory. it will download a version of SDL2 and compile that and then compile the emulator with it.
there is no windows support and probably never will be.