Browse Source

* another byte saved in the InitModeX routine :)

git-svn-id: trunk@40978 -
nickysn 6 năm trước cách đây
mục cha
commit
f6aa6e5b58
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      packages/graph/src/msdos/graph.pp

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

@@ -2403,7 +2403,7 @@ const CrtAddress: word = 0;
      MOV  AX, 0013h
      MOV  AX, 0013h
      CMP  BYTE PTR [DontClearGraphMemory],0
      CMP  BYTE PTR [DontClearGraphMemory],0
      JE   @L2
      JE   @L2
-     OR   AX, 080h
+     OR   AL, 080h
   @L2:
   @L2:
      push ds
      push ds
      push bp
      push bp