Skip to content

arnavarora1710/nes-emulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NES Emulator

A modern C++ implementation of a Nintendo Entertainment System (NES) emulator.

Build Instructions

mkdir -p build 
cd build
cmake ..
make

Future Work

After completing the standard NES emulation, want to explore:

Esoteric CPU Emulation: Implementing 6502 instruction set using unconventional Turing-complete systems

  • MOV-only Computing: Exploring single-instruction architectures
  • Filesystem-based Computing: Using find + mkdir as computational primitives

Status

🚧 Work in Progress - Currently implementing core 6502 CPU functionality and bus device infra.

About

Emulating the Nintendo Entertainment System (NES) with the 6502 processor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors