Skip to content

colemickens/nes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 90.4%
  • C# 5.3%
  • C 4.3%