mirror of
https://github.com/copy/v86.git
synced 2025-12-31 04:23:15 +00:00
nop
This commit is contained in:
parent
e46a60cdcb
commit
d02b081652
1 changed files with 0 additions and 2 deletions
|
|
@ -144,8 +144,6 @@ if(argv && argv.length === 4 && (argv[2] === "cdrom" || argv[2] === "fda" || arg
|
|||
settings.bios = read_array_buffer(bios_path + "seabios.bin");
|
||||
settings.vga_bios = read_array_buffer(bios_path + "vgabios.bin");
|
||||
|
||||
settings.screen_adapter
|
||||
|
||||
var cpu = new v86(envapi);
|
||||
|
||||
cpu.init(settings);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue