EmulatorJS/demos/netplay.html

13 lines
333 B
HTML

<div style='width:640px;height:480px;max-width:100%'>
<div id='game'></div>
</div>
<script type='text/javascript'>
EJS_player = '#game';
EJS_core = 'nes';
EJS_oldCores = true;
EJS_gameUrl = 'mega_mountain.nes';
EJS_pathtodata = '/data/';
EJS_gameID = 1;
</script>
<script src="/data/loader.js"></script>