This time I tested it myself

This commit is contained in:
z_demo_z
2002-06-27 22:04:57 +00:00
parent d37386bdae
commit 5ea689b037

View File

@@ -476,9 +476,9 @@ NEWSYM setuphdma
mov al,[esi]
and al,00000111b
cmp al,5
jne .notmode5dma
jb .notmode567dma
sub al,4
.notmode5dma
.notmode567dma
mov ah,[.addrnumt+eax]
mov [edx+16],ah
mov bl,al
@@ -580,9 +580,9 @@ NEWSYM setuphdmars
mov al,[esi]
and al,00000111b
cmp al,5
jne .notmode5dma
jb .notmode567dma
sub al,4
.notmode5dma
.notmode567dma
mov ah,[.addrnumt+eax]
mov [edx+16],ah
mov bl,al
@@ -686,9 +686,9 @@ NEWSYM setuphdma2
mov al,[esi]
and al,00000111b
cmp al,5
jne .notmode5dma
jb .notmode567dma
sub al,4
.notmode5dma
.notmode567dma
mov ah,[.addrnumt+eax]
mov [edx+16],ah
mov bl,al