Add dummy handling for qemu config port. Fixes newer versions of seabios

This commit is contained in:
copy 2017-03-10 18:10:59 -05:00
parent 0348ed2fbe
commit a5a25324ca

View file

@ -594,6 +594,12 @@ CPU.prototype.init = function(settings, device_bus)
a20_byte = out_byte;
});
io.register_read(0x511, this, function()
{
// qemu config port (used by seabios)
return 0;
});
if(DEBUG)
{
// Use by linux for port-IO delay