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:
pagefault
2006-02-08 08:19:04 +00:00
parent 781e96e2ec
commit 9bccb91e42

View File

@@ -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