Stupid fix

This commit is contained in:
Fabian 2020-12-31 19:14:29 -06:00
parent 626aa39e16
commit 387ad9822f

View file

@ -351,6 +351,7 @@ PCI.prototype.pci_write16 = function(address, written)
{
// Bochs bios
dbg_log("Warning: PCI: Expected 32-bit write, got 16-bit (addr: " + h(addr) + ")");
return;
}
dbg_assert(!(addr >= 0x30 && addr < 0x34),