EmulatorJS: Difference between revisions
Jump to navigation
Jump to search
Ilyagredasov (talk | contribs) No edit summary Tags: Mobile edit Mobile web edit |
Ilyagredasov (talk | contribs) No edit summary Tags: Mobile edit Mobile web edit |
||
| Line 21: | Line 21: | ||
=Emulation Support= | ==Emulation Support== | ||
===Nintendo=== | ===Nintendo=== | ||
* Game Boy Advance *https://github.com/EmulatorJS/EmulatorJS/blob/main/docs/Systems/Nintendo%20Game%20Boy%20Advance.md | * Game Boy Advance *https://github.com/EmulatorJS/EmulatorJS/blob/main/docs/Systems/Nintendo%20Game%20Boy%20Advance.md | ||
| Line 32: | Line 31: | ||
* Nintendo 64 *https://github.com/EmulatorJS/EmulatorJS/blob/main/docs/Systems/Nintendo%2064.md | * Nintendo 64 *https://github.com/EmulatorJS/EmulatorJS/blob/main/docs/Systems/Nintendo%2064.md | ||
=== | ===Sega=== | ||
*Master System *https://github.com/EmulatorJS/EmulatorJS/blob/main/docs/Systems/Sega%20Master%20System.md | *Master System *https://github.com/EmulatorJS/EmulatorJS/blob/main/docs/Systems/Sega%20Master%20System.md | ||
*Mega Drive *https://github.com/EmulatorJS/EmulatorJS/blob/main/docs/Systems/Sega%20Mega%20Drive.md | *Mega Drive *https://github.com/EmulatorJS/EmulatorJS/blob/main/docs/Systems/Sega%20Mega%20Drive.md | ||
| Line 40: | Line 39: | ||
*Sega CD *https://github.com/EmulatorJS/EmulatorJS/blob/main/docs/Systems/Sega%20CD.md | *Sega CD *https://github.com/EmulatorJS/EmulatorJS/blob/main/docs/Systems/Sega%20CD.md | ||
=== | ===Atari=== | ||
*Jaguar *https://github.com/EmulatorJS/EmulatorJS/blob/main/docs/Systems/Atari%20Jaguar.md | *Jaguar *https://github.com/EmulatorJS/EmulatorJS/blob/main/docs/Systems/Atari%20Jaguar.md | ||
*Lynx *https://github.com/EmulatorJS/EmulatorJS/blob/main/docs/Systems/Atari%20Lynx.md | *Lynx *https://github.com/EmulatorJS/EmulatorJS/blob/main/docs/Systems/Atari%20Lynx.md | ||
| Line 46: | Line 45: | ||
*Atari 2600 *https://github.com/EmulatorJS/EmulatorJS/blob/main/docs/Systems/Atari%202600.md | *Atari 2600 *https://github.com/EmulatorJS/EmulatorJS/blob/main/docs/Systems/Atari%202600.md | ||
=== | ===Others=== | ||
*MSX *https://github.com/EmulatorJS/EmulatorJS/blob/main/docs/Systems/MSX.md | *MSX *https://github.com/EmulatorJS/EmulatorJS/blob/main/docs/Systems/MSX.md | ||
*3DO *https://github.com/EmulatorJS/EmulatorJS/blob/main/docs/Systems/3DO.md | *3DO *https://github.com/EmulatorJS/EmulatorJS/blob/main/docs/Systems/3DO.md | ||
| Line 55: | Line 54: | ||
*Neo Geo Pocket *https://github.com/EmulatorJS/EmulatorJS/blob/main/docs/Systems/Neo%20Geo%20Poket.md | *Neo Geo Pocket *https://github.com/EmulatorJS/EmulatorJS/blob/main/docs/Systems/Neo%20Geo%20Poket.md | ||
==External links== | |||
*[https://raw.githack.com/EmulatorJS/emulator-button/main/index.html] | |||
*[https://github.com/EmulatorJS/emuserver] | |||
*[https://emulatorjs.org/] | |||
*[https://demo.emulatorjs.org/] | |||
[[Category:Web emulation software]] | [[Category:Web emulation software]] | ||
[[Category:Emulators]] | [[Category:Emulators]] | ||
Revision as of 00:56, 21 February 2026
| Developer(s) | ethana obrien & allancoding |
|---|---|
| Latest version | 4.2.3 [+] |
| Active | Yes |
| Platform(s) | Web Browsers |
| Emulates | Multiple |
| Website | emulatorjs.org Demo |
| Programmed in | JavaScript |
| License | GPLv3 |
| Source code | GitHub |
| Issue tracker | GitHub |
EmulatorJS runs RetroArch compiled to webassembly, optimized for running in the web browser. Note: As of EmulatorJS version 4.0, this project is no longer a reverse-engineered version of the emulatorjs.com project. It is now a complete rewrite.
Emulation Support
Nintendo
- Game Boy Advance *https://github.com/EmulatorJS/EmulatorJS/blob/main/docs/Systems/Nintendo%20Game%20Boy%20Advance.md
- Famicom/NES *https://github.com/EmulatorJS/EmulatorJS/blob/main/docs/Systems/NES-Famicom.md
- Virtual Boy *https://github.com/EmulatorJS/EmulatorJS/blob/main/docs/Systems/Virtual%20Boy.md
- Game Boy/GBC *https://github.com/EmulatorJS/EmulatorJS/blob/main/docs/Systems/Nintendo%20Game%20Boy.md
- Super Famicom/SNES *https://github.com/EmulatorJS/EmulatorJS/blob/main/docs/Systems/SNES.md
- Nintendo DS *https://github.com/EmulatorJS/EmulatorJS/blob/main/docs/Systems/Nintendo%20DS.md
- Nintendo 64 *https://github.com/EmulatorJS/EmulatorJS/blob/main/docs/Systems/Nintendo%2064.md
Sega
- Master System *https://github.com/EmulatorJS/EmulatorJS/blob/main/docs/Systems/Sega%20Master%20System.md
- Mega Drive *https://github.com/EmulatorJS/EmulatorJS/blob/main/docs/Systems/Sega%20Mega%20Drive.md
- Game Gear *https://github.com/EmulatorJS/EmulatorJS/blob/main/docs/Systems/Sega%20Game%20Gear.md
- Saturn *https://github.com/EmulatorJS/EmulatorJS/blob/main/docs/Systems/Sega%20Saturn.md
- Sega 32x *https://github.com/EmulatorJS/EmulatorJS/blob/main/docs/Systems/Sega%2032X.md
- Sega CD *https://github.com/EmulatorJS/EmulatorJS/blob/main/docs/Systems/Sega%20CD.md
Atari
- Jaguar *https://github.com/EmulatorJS/EmulatorJS/blob/main/docs/Systems/Atari%20Jaguar.md
- Lynx *https://github.com/EmulatorJS/EmulatorJS/blob/main/docs/Systems/Atari%20Lynx.md
- Atari 7800 *https://github.com/EmulatorJS/EmulatorJS/blob/main/docs/Systems/Atari%207800.md
- Atari 2600 *https://github.com/EmulatorJS/EmulatorJS/blob/main/docs/Systems/Atari%202600.md
Others
- MSX *https://github.com/EmulatorJS/EmulatorJS/blob/main/docs/Systems/MSX.md
- 3DO *https://github.com/EmulatorJS/EmulatorJS/blob/main/docs/Systems/3DO.md
- Classic Arcade *https://github.com/EmulatorJS/EmulatorJS/blob/main/docs/Systems/Arcade.md
- PlayStation *https://github.com/EmulatorJS/EmulatorJS/blob/main/docs/Systems/PlayStation.md
- TurboGrafx 16 *https://github.com/EmulatorJS/EmulatorJS/blob/main/docs/Systems/TurboGrafs%2016-PC%20Engine.md
- WonderSwan Color *https://github.com/EmulatorJS/EmulatorJS/blob/main/docs/Systems/WanderSwan-Color.md
- Neo Geo Pocket *https://github.com/EmulatorJS/EmulatorJS/blob/main/docs/Systems/Neo%20Geo%20Poket.md
External links
Categories:
- Stubs
- Web emulation software
- Emulators
- Home console emulators
- Handheld console emulators
- Luggable console emulators
- Computer emulators
- Arcade emulators
- Multi-emulators
- Famicom (NES) emulators
- Game Boy Advance emulators
- Game Boy/Game Boy Color emulators
- Super Nintendo emulators
- Nintendo 64 emulators
- Nintendo DS emulators
- Master System emulators
- Sega Genesis emulators
- Sega Saturn emulators
- Atari Jaguar emulators
- Atari Lynx emulators
- Atari 2600 emulators
- Atari 7800 emulators
- MSX emulators
- 3DO emulators
- PlayStation emulators
- Neo Geo Pocket/Neo Geo Pocket Color emulators
- PC Engine (TurboGrafx-16) emulators
- WonderSwan emulators
- Virtual Boy emulators