mirror of
https://github.com/hexahigh/games.git
synced 2025-12-11 20:15:38 +01:00
fix?
This commit is contained in:
parent
901f133aa6
commit
95143f18b7
@ -4,7 +4,7 @@ window.onload = function()
|
|||||||
{
|
{
|
||||||
var emulator = window.emulator = new V86Starter({
|
var emulator = window.emulator = new V86Starter({
|
||||||
wasm_path: "v86.wasm",
|
wasm_path: "v86.wasm",
|
||||||
memory_size: 300 * 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"),
|
||||||
bios: {
|
bios: {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user