Fixed DOS port gfx corruption

This commit is contained in:
pagefault
2003-05-17 20:45:10 +00:00
parent a0849402d2
commit 26bd77e488

View File

@@ -516,11 +516,11 @@ EXTSYM MMXSupport
NEWSYM AdjustFrequency
mov al,[SoundInterpType]
%ifndef __MSDOS__
mov ah,[MMXSupport]
cmp ah,0
jne .mmx
cmp al,3
jne .mmx
%endif
mov al,1
mov [SoundInterpType],al
.mmx