Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tjwei/xnes
javascript SNES emulator
https://github.com/tjwei/xnes
Last synced: 1 day ago
JSON representation
javascript SNES emulator
- Host: GitHub
- URL: https://github.com/tjwei/xnes
- Owner: tjwei
- License: other
- Created: 2012-08-21T07:08:01.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2019-08-03T13:22:02.000Z (over 5 years ago)
- Last Synced: 2024-07-31T20:27:12.230Z (6 months ago)
- Language: C++
- Size: 2.84 MB
- Stars: 215
- Watchers: 24
- Forks: 62
- Open Issues: 19
-
Metadata Files:
- Readme: README
- License: License
Awesome Lists containing this project
- awesome-tw-foss - Xnes - First Javascript SNES Emulator in the world. (Web Application)
README
Build:
Install emscripten and make sure emcc is in your $PATH.
./buildall
see output for compiled results.snem port is outdated, can only be compiled by a very old version of emscripten.
I might update it in future but snes9x seems to be fast enough for modern devices.snes9x port requires emscripten 1.36+
snes9x is build with sound by default. comment out -Dsound in snes9x/sdl/buildhtml to disable sound.
More information:
http://tjwei.github.com/xnes # Demo and information (brought your own roms)Blog posts (Tradition Chinese)
http://weijr-note.blogspot.tw/2012/06/javascript-snes-emulator-wip.html # Orginal version (6/22/2012)
http://weijr-note.blogspot.tw/2012/08/js.html # more videos
http://weijr-note.blogspot.tw/2012/08/coscup-2012.html # COSCUP slides