EmulatorJS/docs/Systems/Sega Saturn.md
2023-07-22 18:22:55 -05:00

50 lines
900 B
Markdown

# Sega Saturn
I do not know the file extension limits for this system.
## Code example
```html
<div style='width:640px;height:480px;max-width:100%'>
<div id='game'></div>
</div>
<script type='text/javascript'>
EJS_player = '#game';
// Can also be yabause
EJS_core = 'segaSaturn';
// URL to Bios file
EJS_biosUrl = '';
// URL to Game rom
EJS_gameUrl = '';
/*
* Path to the WASM / JS files
* HAS TO BE in the same directory.
*/
EJS_pathtodata = 'data/';
</script>
<script src='data/loader.js'></script>
```
### BIOS
| File Name | Description | md5sum |
| ----------- | ------------- | ----------- |
| saturn_bios.bin | Saturn BIOS | `af5828fdff51384f99b3c4926be27762`
### CORES
The *segaSaturn* system supports 1 core
- `yabause`
If set to `segaSaturn`, emulator will use the `yabause` core.