Mesen is a cross-platform (Windows & Linux) NES/Famicom emulator built in C++
Go to file
Souryo 8bff3c7283 -Added control bindings to BaseConfigForm
-Remove icon from forms and added it generically to BaseForm (reduces .exe size greatly)
2015-07-05 19:03:57 -04:00
Core Fixed small PPU display bug introduced in previous build - need to return only if we set the sprite's pixel 2015-07-05 08:47:34 -04:00
GUI.NET -Added control bindings to BaseConfigForm 2015-07-05 19:03:57 -04:00
InteropDLL -Rewrote entire GUI in .NET 2015-07-01 23:17:14 -04:00
PGOHelper -CPU code changes to implement all dummy reads/writes. Each memory access runs the PPU for 3 cycles (PPU is now controlled by the CPU) 2015-07-04 22:21:14 -04:00
Utilities -Rewrote entire GUI in .NET 2015-07-01 23:17:14 -04:00
Windows Made FPS counter look a bit cleaner 2015-07-03 00:18:43 -04:00
.gitattributes Initial commit 2014-06-10 16:58:37 -04:00
.gitignore GIT settings (ignore rar files) 2014-07-12 20:56:34 -04:00
NES.sln -CPU code changes to implement all dummy reads/writes. Each memory access runs the PPU for 3 cycles (PPU is now controlled by the CPU) 2015-07-04 22:21:14 -04:00