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 NEWSYM AdjustFrequency
mov al,[SoundInterpType] mov al,[SoundInterpType]
%ifndef __MSDOS__
mov ah,[MMXSupport] mov ah,[MMXSupport]
cmp ah,0 cmp ah,0
jne .mmx jne .mmx
cmp al,3 %endif
jne .mmx
mov al,1 mov al,1
mov [SoundInterpType],al mov [SoundInterpType],al
.mmx .mmx