H-IRQ fix for many games
This commit is contained in:
@@ -985,10 +985,7 @@ NetSaveState:
|
|||||||
%%nointrseta3
|
%%nointrseta3
|
||||||
cmp byte[intrset],1
|
cmp byte[intrset],1
|
||||||
jne %%nointrseta2
|
jne %%nointrseta2
|
||||||
mov byte[intrset],8
|
mov byte[intrset],2
|
||||||
jmp %%noirq
|
|
||||||
%%hirqchange
|
|
||||||
mov byte[intrset],3
|
|
||||||
jmp %%setagain
|
jmp %%setagain
|
||||||
%%nointrseta2
|
%%nointrseta2
|
||||||
test dl,04h
|
test dl,04h
|
||||||
|
|||||||
Reference in New Issue
Block a user