Formatted MSX Doc

This commit is contained in:
ElectronicsArchiver 2022-03-26 13:30:45 -04:00
parent b1c4dfdbd8
commit 45c5126706

View file

@ -1,22 +1,51 @@
<h2>MSX</h2>
Code example
```
<div style="width:640px;height:480px;max-width:100%">
<div id="game"></div>
</div>
<script type="text/javascript">
EJS_player = '#game';
EJS_biosUrl = ''; // Url to Bios file
EJS_gameUrl = ''; // Url to Game rom
EJS_core = 'msx';
EJS_pathtodata = 'data/'; //path to all of the wasm and js files. MUST all be in the same directory!!
</script>
<script src="data/loader.js"></script>
```
# MSX
I do not know the file extension limits for this system.
<p>You can download the 'Databases' and 'Machines' folders from an <a href='http://bluemsx.msxblue.com/download.html'>official full standalone blueMSX emulator installation.</a> Get blueMSXv282full.zip near the bottom of the page.</p>
Compress the 'Databases' and 'Machines' Folders to 7z or zip archive.
## Code example
```html
<div style='width:640px;height:480px;max-width:100%'>
<div id='game'></div>
</div>
<script type='text/javascript'>
EJS_player = '#game';
EJS_core = 'msx';
// 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>
```
## Downloads
You cand download the `Databases` & `Machines` <br>
folders from the **[BlueMSX Emulator]** installation.
Download the `blueMSXv282full.zip` file, <br>
located near the bottom of the page.
Compress the `Databases` and `Machines` <br>
folders to `7z` or `zip` archives.
<!----------------------------------------------------------------------------->
[BlueMSX Emulator]: http://bluemsx.msxblue.com/download.html