port 0xB3: smm_relocate_and_restore

This commit is contained in:
copy 2016-02-05 17:06:19 +01:00
parent 6dfe55a886
commit ecde8a4bae

View file

@ -550,6 +550,13 @@ CPU.prototype.init = function(settings, device_bus)
var a20_byte = 0;
io.register_read(0xB3, this, function()
{
// seabios smm_relocate_and_restore
dbg_log("port 0xB3 read");
return 0;
});
io.register_read(0x92, this, function()
{
return a20_byte;