Update semag/adventure/Adventure (1978) (Atari).html

This commit is contained in:
LEGALISE_PIRACY 2024-05-08 01:40:35 +00:00
parent 86d16c3560
commit 46a6e38d18

View File

@ -3,7 +3,7 @@
<!--HTML file auto generated using EmulatorJS codehelper--> <!--HTML file auto generated using EmulatorJS codehelper-->
</head> </head>
<body> <body>
<div style="width:640px;height:480px;max-width:100%"> <div style="width:100%;height:100%;max-width:100%">
<div id="game"></div> <div id="game"></div>
</div> </div>
<script> <script>
@ -13,9 +13,9 @@
EJS_gameName = "Adventure"; EJS_gameName = "Adventure";
EJS_color = "#0064ff"; EJS_color = "#0064ff";
EJS_startOnLoaded = true; EJS_startOnLoaded = true;
EJS_pathtodata = "https://cdn.emulatorjs.org/stable/data/"; EJS_pathtodata = "https://cdn.emulatorjs.org/3.1.5/data/";
EJS_gameUrl = new Blob([Uint8Array.from(window.gameData)]); EJS_gameUrl = new Blob([Uint8Array.from(window.gameData)]);
</script> </script>
<script src="https://cdn.emulatorjs.org/stable/data/loader.js"></script> <script src="https://cdn.emulatorjs.org/3.1.5/data/loader.js"></script>
</body> </body>
</html> </html>