EmulatorJS/a.html
2023-07-03 22:56:43 -05:00

20 lines
521 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_gameUrl = 'roms/mega_mountain.nes';
EJS_DEBUG_XX = true;
//EJS_AdUrl = "https://www.google.com/search?igu=1";
/*
EJS_Buttons = {
mute: false,
volume: true,
}*/
EJS_volume = 1;
//EJS_startOnLoaded = true;
//EJS_loadStateURL = "mega_mountain.state";
</script>
<script src='data/loader.js'></script>