https://github.com/lrusso/nintendo
Nintendo Emulator developed in JavaScript
https://github.com/lrusso/nintendo
emulator javascript nintendo online
Last synced: 4 days ago
JSON representation
Nintendo Emulator developed in JavaScript
- Host: GitHub
- URL: https://github.com/lrusso/nintendo
- Owner: lrusso
- Created: 2020-03-23T05:27:01.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-01-02T04:32:04.000Z (6 months ago)
- Last Synced: 2025-06-14T04:02:05.300Z (4 days ago)
- Topics: emulator, javascript, nintendo, online
- Language: HTML
- Homepage:
- Size: 4.78 MB
- Stars: 9
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nintendo
Nintendo Emulator developed in JavaScript.

## Web:
https://lrusso.github.io/Nintendo/Nintendo.htm
## Main differences with JSNES:
* Audio working on Safari.
* Be able to reset the game.
* Be able to mute/unmute the game.
* Mobile compatibility (virtual joystick and buttons).
* Progressive Web App compatible with Android and iOS devices.
* Pausing and resuming the game if the window is on focus or not.
* Fixing support for Mapper 4 ([bfirsh/jsnes#452](https://github.com/bfirsh/jsnes/pull/452/commits/850b69a6b6d96b783caf736310471b4eee971a50)).
* Adding support for Mapper 240 (https://github.com/bfirsh/jsnes/pull/441).
* Adding support for Mapper 241 (https://github.com/bfirsh/jsnes/pull/438).
* Improving frame loop performance by 15-20% (https://github.com/bfirsh/jsnes/pull/436).
* Minor accuracy fixes pertaining to audio and rendering (https://github.com/bfirsh/jsnes/pull/425).## This emulator has mobile compatibility

## Title generator:
https://lrusso.github.io/Nintendo/NintendoTitle.htm
## Virtual joystick code:
https://github.com/lrusso/VirtualJoystick
## Based on the work of:
https://github.com/bfirsh/jsnes