mirror of
https://github.com/hexahigh/games.git
synced 2025-12-11 20:15:38 +01:00
fixed the links
This commit is contained in:
parent
02a73e115b
commit
e05ad9fd20
@ -1,14 +1,14 @@
|
|||||||
<!doctype html>
|
<!doctype html>
|
||||||
<title>Save and restore</title>
|
<title>Save and restore</title>
|
||||||
|
|
||||||
<script src="../build/libv86.js"></script>
|
<script src="libv86.js"></script>
|
||||||
<script>
|
<script>
|
||||||
"use strict";
|
"use strict";
|
||||||
|
|
||||||
window.onload = function()
|
window.onload = function()
|
||||||
{
|
{
|
||||||
var emulator = new V86Starter({
|
var emulator = new V86Starter({
|
||||||
wasm_path: "../build/v86.wasm",
|
wasm_path: "v86.wasm",
|
||||||
memory_size: 304 * 1024 * 1024,
|
memory_size: 304 * 1024 * 1024,
|
||||||
vga_memory_size: 16 * 1024 * 1024,
|
vga_memory_size: 16 * 1024 * 1024,
|
||||||
screen_container: document.getElementById("screen_container"),
|
screen_container: document.getElementById("screen_container"),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user