EmulatorJS/index.html

21 lines
521 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';
2023-07-03 16:13:59 +00:00
EJS_gameUrl = 'roms/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;
2023-07-03 16:13:59 +00:00
//EJS_startOnLoaded = true;
//EJS_loadStateURL = "mega_mountain.state";
</script>
2023-07-03 16:13:59 +00:00
<script src='data/loader.js'></script>