A simple NES emulator built with JavaScript and a React + Vite + TypeScript frontend.
git clone https://github.com/PatelTirth25/nesEmulatorcd nesEmulator npm inpm run dev There are few roms available in below directory:
nesEmulator/src/emulator/roms/Not all games are supported.
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