Skip to content

PatelTirth25/nesEmulator

Repository files navigation

NES Emulator

A simple NES emulator built with JavaScript and a React + Vite + TypeScript frontend.

Run

git clone https://github.com/PatelTirth25/nesEmulator
cd nesEmulator 
npm i
npm run dev 

Roms

There are few roms available in below directory:

nesEmulator/src/emulator/roms/

Not all games are supported.

Robo-Ninja Climb Game hack

This will make your players health points to be always 2. Uncommand below line in CPUMemory.js in src/emulator in write(..) function.

// if (address == 0x04A2) return this.ram[address] = 2

About

Emulator for nes in javascript with Robo-Ninja Climb game hack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors