Find a file
2021-10-31 02:02:49 +02:00
.github/workflows Add GitHub Actions CI 2021-10-29 22:31:37 +02:00
NES Emulator Merge branch 'master' of https://github.com/Lauchmelder23/NESEmulator 2021-10-31 02:02:49 +02:00
roms added mapper mbc1 2021-10-31 02:02:31 +02:00
vendor added ppu register access 2021-10-23 20:16:40 +02:00
.gitignore fixed gcc build warnings 2021-10-31 00:19:48 +02:00
.gitmodules added ppu register access 2021-10-23 20:16:40 +02:00
CMakeLists.txt Devendor SDL2 2021-10-29 18:04:04 +02:00
README.md Update README.md 2021-10-31 00:29:30 +02:00

NESEmulator CI

A very basic, cross-platform implementation of a classic NES Emulator.

I try to mimic the actual machines behaviour as closely as possible, striving for cycle accuracy as well as maintaining a lot of the quirks the original NES had.