Add missing wasm

This commit is contained in:
Ethan O'Brien 2021-08-02 07:31:28 -05:00
parent 93cd70674f
commit 70d023e74f
7 changed files with 22 additions and 0 deletions

View file

@ -575,3 +575,25 @@ neogeo.zip Required for Neo Geo Games `410c65b2debdf4f2dac9ea2b23aa496e`
pgm.zip Required for IGS Games `653e991a39e867354d090c3394157d1c`
isgsm.zip ISG Selection Master Type 2006 BIOS `4a56d56e2219c5e2b006b66a4263c01c`
<h2>Atari 2600</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_gameUrl = ''; // Url to Game rom
EJS_core = 'atari2600';
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>
```
I do not know the file extension limits for this system.
There is no bios for this system
<br><br>

BIN
data/a2600-wasm.data Normal file

Binary file not shown.

BIN
data/mame-1-wasm.data Normal file

Binary file not shown.

BIN
data/mame-2-wasm.data Normal file

Binary file not shown.

BIN
data/mame-4-wasm.data Normal file

Binary file not shown.

BIN
data/mame-5-wasm.data Normal file

Binary file not shown.

BIN
data/mame-6-wasm.data Normal file

Binary file not shown.