소스 검색

* replaced bl with al in the final bit read in GetPixel16

git-svn-id: trunk@40992 -
nickysn 6 년 전
부모
커밋
95f2fffaf8
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      packages/graph/src/msdos/graph.pp

+ 3 - 3
packages/graph/src/msdos/graph.pp

@@ -1731,10 +1731,10 @@ end;
     { read plane 0 }
     dec   ax               { Select plane to read }
     out   dx,al
-    mov   bl,es:[si]
-    and   bl,bh
+    mov   al,es:[si]
+    and   al,bh
     rol   ah,1
-    or    ah,bl            { save bit in AH       }
+    or    ah,al            { save bit in AH       }
 
     inc   cx
     rol   ah,cl