s/V86Starter/V86

This commit is contained in:
Fabian 2023-09-14 11:50:16 -05:00
parent 48045eeb13
commit 080482da89
19 changed files with 66 additions and 66 deletions

View file

@ -7,7 +7,7 @@
window.onload = function()
{
var emulator = window.emulator = new V86Starter({
var emulator = window.emulator = new V86({
wasm_path: "../build/v86.wasm",
memory_size: 32 * 1024 * 1024,
vga_memory_size: 2 * 1024 * 1024,