Browse Source

* small VGA detection problem solved

florian 26 years ago
parent
commit
7821e9580a
1 changed files with 6 additions and 2 deletions
  1. 6 2
      rtl/inc/graph/graph.inc

+ 6 - 2
rtl/inc/graph/graph.inc

@@ -1441,7 +1441,8 @@ const CrtAddress: word = 0;
          jne @novga
          jne @novga
          { now check if this is the ATI EGA }
          { now check if this is the ATI EGA }
          mov ax,1c00h       { get state size for save...     }
          mov ax,1c00h       { get state size for save...     }
-         mov cx,00h
+                            { ... all important data         }
+         mov cx,07h
 {$ifdef fpc}
 {$ifdef fpc}
          push ebp
          push ebp
 {$endif fpc}
 {$endif fpc}
@@ -2315,7 +2316,10 @@ const CrtAddress: word = 0;
 
 
 {
 {
 $Log$
 $Log$
-Revision 1.4  1999-07-12 13:27:08  jonas
+Revision 1.5  1999-07-14 14:32:12  florian
+  * small VGA detection problem solved
+
+Revision 1.4  1999/07/12 13:27:08  jonas
   + added Log and Id tags
   + added Log and Id tags
   * added first FPC support, only VGA works to some extend for now
   * added first FPC support, only VGA works to some extend for now
   * use -dasmgraph to use assembler routines, otherwise Pascal
   * use -dasmgraph to use assembler routines, otherwise Pascal