More (S)VGA horizontal blanking fixes and CPU CR0 bit 4 fixes.
This commit is contained in:
@@ -270,6 +270,8 @@ reset_common(int hard)
|
||||
cr0 = 1 << 30;
|
||||
else
|
||||
cr0 = 0;
|
||||
if (is386 && !is486 && (fpu_type == FPU_387))
|
||||
cr0 |= 0x10;
|
||||
cpu_cache_int_enabled = 0;
|
||||
cpu_update_waitstates();
|
||||
cr4 = 0;
|
||||
|
||||
Reference in New Issue
Block a user