Remove line copied from old vm86 code that shouldn't be there.

This commit is contained in:
Alex Smith 2012-08-03 16:18:49 +01:00
parent a9ee7a5132
commit b28f734b1c

View File

@ -235,7 +235,6 @@ bios_prepare(bios_state** _state)
(void*)state->mapped_address, kTotalSize);
return status;
}
*((uint32 *)state->mapped_address) = 0xdeadbeef;
// Map the extended BIOS data area and VGA memory.
void* address = (void*)(state->mapped_address + kEBDABase);