https://github.com/lrusso/nintendo64
Nintendo 64 Emulator in JavaScript and WebAssembly
https://github.com/lrusso/nintendo64
emulator javascript nintendo64 online web webassembly
Last synced: 3 months ago
JSON representation
Nintendo 64 Emulator in JavaScript and WebAssembly
- Host: GitHub
- URL: https://github.com/lrusso/nintendo64
- Owner: lrusso
- Created: 2022-06-05T04:29:47.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-09T19:20:04.000Z (over 1 year ago)
- Last Synced: 2023-12-10T19:26:39.425Z (over 1 year ago)
- Topics: emulator, javascript, nintendo64, online, web, webassembly
- Language: HTML
- Homepage:
- Size: 3.25 MB
- Stars: 9
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nintendo 64
Nintendo 64 Emulator in JavaScript and WebAssembly.

## Web:
https://lrusso.github.io/Nintendo64/Nintendo64.htm
## Main differences with N64Wasm:
* File format validation.
* Mute/unmute implementation.
* Pausing/resuming on blur/focus.
* Loading and saving states as files.## Based on the work of:
https://github.com/nbarkhina/N64Wasm