We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fdaaaa commit 88a92aeCopy full SHA for 88a92ae
1 file changed
src/main.js
@@ -86,8 +86,7 @@ v86.prototype.destroy = function()
86
87
v86.prototype.restart = function()
88
{
89
- this.cpu.reset_cpu();
90
- this.cpu.load_bios();
+ this.cpu.reboot_internal();
91
};
92
93
v86.prototype.init = function(settings)
0 commit comments