Browse Source

- removed commented out code from DirectPutPixel320

git-svn-id: trunk@40956 -
nickysn 6 years ago
parent
commit
1d9dae2129
1 changed files with 0 additions and 1 deletions
  1. 0 1
      packages/graph/src/msdos/graph.pp

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

@@ -2345,7 +2345,6 @@ End;
    add    di, ax
    shr    ax, 2
    add    di, ax
-{   add    di, [VideoOfs] no multiple pages support in 320*200*256 }
    mov    ax, [CurrentColor]
    cmp    [CurrentWriteMode],XORPut   { check write mode   }
    jne    @MOVMode