EmulatorJS/README.md

134 lines
3.3 KiB
Markdown
Raw Normal View History

2022-04-02 19:12:00 +00:00
<p align = 'center'>
<img src = 'docs/Emulatorjs%20Logo.png' width = '300px'>
<br>
<br>
<a href = './LICENSE'>
<img src = 'https://img.shields.io/badge/License-GPLv3-blue.svg'>
</a>
<br>
2022-02-23 03:10:41 +00:00
</p>
2021-12-20 16:30:29 +00:00
<p align = 'center'>
Self-hosted <b>Javascript</b> emulation for various system.
</p>
2021-12-20 16:30:29 +00:00
---
2021-12-20 16:30:29 +00:00
<p align = 'center'>
2022-04-02 19:29:44 +00:00
<a href = 'https://emulatorjs.ga/'><b>Website</b></a> ⸥ 
<a href = 'docs/Usage.md'><b>Usage</b></a> ⸥ 
<a href = 'https://coldcast.org/games/1/Super-Mario-Bros'><b>Example</b></a> ⸥ 
<a href = 'https://emulatorjs.ga/demo/'><b>Demo</b></a> ⸥ 
<a href = 'https://emulatorjs.ga/beta/'><b>Beta</b></a>
</p>
---
2021-12-31 17:52:21 +00:00
2022-04-02 19:29:44 +00:00
<br>
<h2 align = 'center'>Supported Systems</h2>
<br>
2021-04-05 20:37:22 +00:00
2022-01-13 22:04:36 +00:00
#### Nintendo
2022-04-02 19:33:14 +00:00
**[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]**
2022-01-13 22:04:36 +00:00
2022-04-02 19:29:44 +00:00
<br>
2022-01-13 22:04:36 +00:00
#### Sega
2022-04-02 19:33:14 +00:00
**[Master System][Sega Master System]**|
**[Mega Drive][Sega Mega Drive]**|
**[Game Gear][Sega Game Gear]**|
**[Saturn][Sega Saturn]**|
**[32X][Sega 32X]**|
**[CD][Sega CD]**
2022-01-13 22:04:36 +00:00
2022-04-02 19:29:44 +00:00
<br>
2022-01-13 22:04:36 +00:00
#### Atari
2022-04-02 19:33:14 +00:00
**[Jaguar][Atari Jaguar]**|
**[Lynx][Atari Lynx]**|
**[7800][Atari 7800]**|
**[2600][Atari 2600]**
2022-01-13 22:04:36 +00:00
2022-04-02 19:29:44 +00:00
<br>
2022-01-13 22:04:36 +00:00
#### Other
2022-04-02 19:33:14 +00:00
**[TurboGrafs 16 PC Engine][TurboGrafs-16 / PC Engine]**|
**[WanderSwan Color][WanderSwan / Color]**|
**[Neo Geo Poket][Neo Geo Poket]**|
**[PlayStation]**|
**[Arcade]**|
**[MSX]**|
**[3DO]**
2021-04-05 20:37:22 +00:00
2022-04-02 19:38:30 +00:00
<br>
---
<br>
<h2 align = 'center'>Info</h2>
### Issues
*If something doesn't work, please consider opening an* ***[Issue]*** <br>
*with as many details as possible, as well as the console log.*
### Audio
*The* ***Screen Recording*** *option currently doesn't support* ***Audio*** *.*
### 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;
```
**>>When reporting bugs, please specify that you are using the beta version**
<br>
2022-01-15 22:36:20 +00:00
2022-04-02 19:12:00 +00:00
<!----------------------------------------------------------------------------->
2022-03-01 02:22:55 +00:00
2022-04-02 19:29:44 +00:00
[Issue]: https://github.com/ethanaobrien/emulatorjs/issues
2022-03-01 02:22:55 +00:00
2021-12-31 17:49:03 +00:00
[NES / Famicom]: docs/NES-Famicom.md
[SNES]: docs/SNES.md
[Nintendo 64]: docs/Nintendo%2064.md
[Nintendo Game Boy]: docs/Nintendo%20Game%20Boy.md
[Nintendo Game Boy Advance]: docs/Nintendo%20Game%20Boy%20Advance.md
[Nintendo DS]: docs/Nintendo%20DS.md
[PlayStation]: docs/PlayStation.md
[Virtual Boy]: docs/Virtual%20Boy.md
[Sega Mega Drive]: docs/Sega%20Mega%20Drive.md
[Sega Master System]: docs/Sega%20Master%20System.md
[Sega CD]: docs/Sega%20CD.md
[Atari Lynx]: docs/Atari%20Lynx.md
[MSX]: docs/MSX.md
[3DO]: docs/3DO.md
[Sega 32X]: docs/Sega%2032X.md
[Atari Jaguar]: docs/Atari%20Jaguar.md
[Neo Geo Poket]: docs/Neo%20Geo%20Poket.md
[Sega Game Gear]: docs/Sega%20Game%20Gear.md
[Sega Saturn]: docs/Sega%20Saturn.md
[Atari 7800]: docs/Atari%207800.md
[WanderSwan / Color]: docs/WanderSwan-Color.md
[TurboGrafs-16 / PC Engine]: docs/TurboGrafs%2016-PC%20Engine.md
[Arcade]: docs/Arcade.md
[Atari 2600]: docs/Atari%202600.md