Proper behaviour of H-IRQ when V-IRQ is active

This commit is contained in:
pagefault
2005-01-28 18:50:32 +00:00
parent 07af4d126f
commit 6d0c52c102

View File

@@ -789,8 +789,10 @@ NetSaveState:
%%nointrseta3 %%nointrseta3
cmp byte[intrset],1 cmp byte[intrset],1
jne %%nointrseta2 jne %%nointrseta2
mov byte[intrset],2 test byte[INTEnab],80h
jmp %%setagain jz %%tryhirq
mov byte[intrset],8
jmp %%noirq
%%nointrseta2 %%nointrseta2
test dl,04h test dl,04h
jnz %%noirq jnz %%noirq