Report BIOS loading correctly

This commit is contained in:
copy 2014-02-19 23:19:13 +01:00
parent 2e2797fde3
commit eb36300471
2 changed files with 8 additions and 2 deletions

View file

@ -777,6 +777,12 @@
log: log,
};
if(!settings.bios || !settings.vga_bios)
{
log("The BIOS has not been loaded - reload the page to try again.");
return;
}
if(typeof performance === "object" && performance.now)
{
var offset = Date.now() - performance.now();

View file

@ -12,8 +12,8 @@
color: #fff;
}
#log {
max-height: 350px;
width: 350px;
height: 100px;
width: 550px;
}
#serial {
margin: 0px;