Update doh.html

master
zmv7 2020-12-07 17:07:25 +05:00 committed by GitHub
parent 0d2dd60ea4
commit c1513c6cdf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -22,10 +22,10 @@
<script>
Dos(document.getElementById("jsdos"), {
wdosboxUrl: "https://js-dos.com/6.22/current/wdosbox.js",
cycles: "max",
cycles: "auto",
autolock: true,
}).ready(function (fs, main) {
fs.extract("https://dl.dropbox.com/s/a9co45yb5dgvbto/DOH.zip").then(function () {
fs.extract("https://dl.dropbox.com/s/yccn052yhh9ch0h/DOH.zip").then(function () {
main(["-c", "doh"]).then(function (ci) {
window.ci = ci;
});