EmulatorJS/README.md
2022-05-10 22:07:08 -06:00

151 lines
3.4 KiB
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<div align = center>
<img src = docs/Logo.png width = 300>
<br>
<br>
[![Badge License]][License]
<br>
Self-hosted **Javascript** emulation for various system.
**⸢ [Website] ⸥**
**⸢ [Usage] ⸥**
**⸢ [Example] ⸥**
**⸢ [Demo] ⸥**
**⸢ [Beta] ⸥**
</div>
<br>
### Issues
*If something doesn't work, please consider opening an* ***[Issue]*** <br>
*with as many details as possible, as well as the console log.*
<br>
### Audio
*The* ***Screen Recording*** *option currently doesn't support* ***Audio*** *.*
<br>
### Beta
The **beta** of the emulator core is now available for *some* systems. <br>
To use it, please add the following line to your code.
```js
EJS_BETA = true;
```
<br>
**>>When reporting bugs, please specify that you are using the beta version**
<br>
<br>
<br>
<h1 align = center>Supported Systems</h1>
<br>
<div align = center>
### Nintendo
**[Game Boy Advance][Nintendo Game Boy Advance]**|
**[Famicom / NES][NES / Famicom]**|
**[Virtual Boy][Virtual Boy]**
**[Game Boy][Nintendo Game Boy]**|
**[SNES]**|
**[DS][Nintendo DS]**|
**[64][Nintendo 64]**
<br>
<br>
### Sega
**[Master System][Sega Master System]**|
**[Mega Drive][Sega Mega Drive]**|
**[Game Gear][Sega Game Gear]**
**[Saturn][Sega Saturn]**|
**[32X][Sega 32X]**|
**[CD][Sega CD]**
<br>
<br>
### Atari
**[Jaguar][Atari Jaguar]**|
**[Lynx][Atari Lynx]**|
**[7800][Atari 7800]**|
**[2600][Atari 2600]**
<br>
<br>
### Other
**[TurboGrafs 16 PC Engine][TurboGrafs-16 / PC Engine]**|
**[WanderSwan Color][WanderSwan / Color]**|
**[Neo Geo Poket][Neo Geo Poket]**
**[PlayStation]**|
**[Arcade]**|
**[MSX]**|
**[3DO]**
</div>
<br>
<!----------------------------------------------------------------------------->
[Badge License]: https://img.shields.io/badge/License-GPLv3-blue.svg
[License]: LICENSE
[Issue]: https://github.com/ethanaobrien/emulatorjs/issues
[Example]: https://coldcast.org/games/1/Super-Mario-Bros
[Website]: https://emulatorjs.ga/
[Usage]: docs/Usage.md
[Demo]: https://emulatorjs.ga/demo/
[Beta]: https://emulatorjs.ga/beta/
[NES / Famicom]: docs/Systems/NES-Famicom.md
[SNES]: docs/Systems/SNES.md
[Nintendo 64]: docs/Systems/Nintendo%2064.md
[Nintendo Game Boy]: docs/Systems/Nintendo%20Game%20Boy.md
[Nintendo Game Boy Advance]: docs/Systems/Nintendo%20Game%20Boy%20Advance.md
[Nintendo DS]: docs/Systems/Nintendo%20DS.md
[PlayStation]: docs/Systems/PlayStation.md
[Virtual Boy]: docs/Systems/Virtual%20Boy.md
[Sega Mega Drive]: docs/Systems/Sega%20Mega%20Drive.md
[Sega Master System]: docs/Systems/Sega%20Master%20System.md
[Sega CD]: docs/Systems/Sega%20CD.md
[Atari Lynx]: docs/Systems/Atari%20Lynx.md
[MSX]: docs/Systems/MSX.md
[3DO]: docs/Systems/3DO.md
[Sega 32X]: docs/Systems/Sega%2032X.md
[Atari Jaguar]: docs/Systems/Atari%20Jaguar.md
[Neo Geo Poket]: docs/Systems/Neo%20Geo%20Poket.md
[Sega Game Gear]: docs/Systems/Sega%20Game%20Gear.md
[Sega Saturn]: docs/Systems/Sega%20Saturn.md
[Atari 7800]: docs/Systems/Atari%207800.md
[WanderSwan / Color]: docs/Systems/WanderSwan-Color.md
[TurboGrafs-16 / PC Engine]: docs/Systems/TurboGrafs%2016-PC%20Engine.md
[Arcade]: docs/Systems/Arcade.md
[Atari 2600]: docs/Systems/Atari%202600.md