瀏覽代碼

- removed unused asm code from SetVisual200

git-svn-id: trunk@40907 -
nickysn 6 年之前
父節點
當前提交
7bda42edac
共有 1 個文件被更改,包括 0 次插入12 次删除
  1. 0 12
      packages/graph/src/msdos/graph.pp

+ 0 - 12
packages/graph/src/msdos/graph.pp

@@ -2159,18 +2159,6 @@ End;
       int 10h
       pop bp
       pop ds
-
-      { read start address }
-      mov dx,3d4h
-      mov al,0ch
-      out dx,al
-      inc dx
-      in  al,dx
-      mov ah,al
-      dec dx
-      mov al,0dh
-      out dx,al
-      in  al,dx
     end ['DX','CX','BX','AX','SI','DI'];
   end;