Fixed bug in hdma code

This commit is contained in:
pagefault
2001-09-07 20:33:00 +00:00
parent 8047355502
commit ff3b91207d

View File

@@ -785,6 +785,8 @@ NEWSYM reg420Cw
mov [nexthdma],al mov [nexthdma],al
cmp al,0 cmp al,0
je near .nohdma je near .nohdma
test al,80h
ja near .nohdma
push ebx push ebx
push esi push esi
push edi push edi