Skip to content

MitchellSternke/nes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 

Repository files navigation

nes

NES emulator written in C++

Status

Most of the CPU has been implemented. The PPU only works for very basic games that don't use scrolling (e.g. Donkey Kong). Anything more complex will probably have graphical glitches. Only NROM (mapper 0) is supported.

Building

You'll need the following to build:

  • A C++11 compiler
  • Boost
  • SDL2

Usage

nes <ROM filename>

will run the specified ROM

Controls (Hardcoded)

A - X

B - Z

D-Pad - Arrow Keys

Select - Backspace

Start - Enter

About

NES emulator written in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages