Ok fixed one small bug that causes NMI's being set from the SuperFX to cause the screen to cause corruption and other pretty effects
This commit is contained in:
@@ -102,7 +102,7 @@ NEWSYM switchtonmi
|
|||||||
mov ax,[nmiv]
|
mov ax,[nmiv]
|
||||||
test byte[SfxSCMR],10h
|
test byte[SfxSCMR],10h
|
||||||
jz .nosfxnmi
|
jz .nosfxnmi
|
||||||
mov ax,0108h
|
; mov ax,0108h
|
||||||
.nosfxnmi
|
.nosfxnmi
|
||||||
mov [xpc],ax
|
mov [xpc],ax
|
||||||
and dl,11110011b
|
and dl,11110011b
|
||||||
|
|||||||
Reference in New Issue
Block a user