SimpleNES
SimpleNES copied to clipboard
An NES emulator in C++
I imported the source into a visual studio 2022 solution and fixed any compiler errors. Now I can compile the program in debug and release mode, but debug mode either...
Mapper 4
This PR add following hooks: - [mdformat](https://github.com/executablebooks/mdformat) for README.md or other docs. - [codespell](https://github.com/codespell-project/codespell) for spelling check - [mirrors-clang-format](https://github.com/pre-commit/mirrors-clang-format) for cpp code format. format style can be edit in `.clang-format`....
Hi, I am working on support Rad Racer II. Which include 4 screen and scanline IRQ. before:  After:   There are still some glitch, I guess it has...
According to Opcode matrix from http://www.oxyron.de/html/opcodes02.html: > "*" : add 1 cycle if page boundary is crossed. > add 1 cycle on branches if taken. From cpu.cpp line 349: `...
how much it stretches depends on the other tiles you have up, the first picture I had the terminal opened to run SimpleNES then moved it to the second workspace,...