/nes

Primary LanguageC++

NES Emulator Implementation

Build and Run

  1. Open solution in Visual Studio (VS 2015 is the only thing I've used so far).
  2. Build Release configuration. This is very important, Debug only does about 7 frames per second.
  3. run nes.exe < path to .nes file >

Controls

Joypad 1
A           ->  Left Alt or S
B           ->  Left Ctrl or A
Select      ->  Right Shift or Backslash
Start       ->  Enter (Return)
Up          ->  Up
Down        ->  Down
Left        ->  Left
Right       ->  Right

Save State  -> F1
Load State  -> F2

Quit        -> Esc

Acknowledgements