Proper behaviour of H-IRQ when V-IRQ is active
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user