Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 608 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 608 Bytes

NESEmulator

A NES console emulator in C++ with SDL2.

It works with Mapper 0,1,2,3 games for now, but the emulator is still very WIP.

Controllers

Emulator Buttons Keyboard
START S
SELECT A
A X
B C
UP UP ARROW
DOWN DOWN ARROW
LEFT LEFT ARROW
RIGHT RIGHT ARROW

Important Note

This documentation is very temporary and going to be updated soon with all details.