386: set bit 14 of DR6 to 1 on INT 01 with TF set

This commit is contained in:
Cacodemon345
2022-08-04 16:43:21 +06:00
parent ab154faf88
commit 64195df373

View File

@@ -196,6 +196,7 @@ exec386(int cycs)
enter_smm_check(0);
else if (trap) {
flags_rebuild();
dr[6] |= 0x4000;
if (msw&1)
pmodeint(1,0);
else {