workhorsy / SaltyNES

A NES emulator in WebAssembly
https://workhorsy.org/SaltyNES/
GNU General Public License v3.0
84 stars 6 forks source link
emulator nes nes-emulator nintendo-nes wasm webassembly

A NES emulator in WebAssembly. Try it live: http://workhorsy.org/SaltyNES/

Forked from the NaCl C++ version: https://github.com/workhorsylegacy/SaltyNESLegacy

Which is based on vNES: https://github.com/WorkhorsyForks/vNES

Build requirements

cmake 3.4.3 or greater

python 2

SDL2

Build and run in browser

./init_web.sh
./make_web.sh
python -m SimpleHTTPServer 9999

Build and run in desktop

./make_desktop.sh
./SaltyNES game.nes

TODO