EmulatorJS/index.html

19 lines
435 B
HTML
Raw Normal View History

<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 = 'mega_mountain.nes';
EJS_DEBUG_XX = true;
2023-07-01 20:16:25 +00:00
//EJS_AdUrl = "https://www.google.com/search?igu=1";
2023-07-01 19:15:00 +00:00
/*
2023-07-01 19:06:16 +00:00
EJS_Buttons = {
mute: false,
volume: true,
2023-07-01 19:15:00 +00:00
}*/
2023-07-03 14:34:48 +00:00
EJS_volume = 1;
</script>
<script src='src/loader.js'></script>