Browse Source

* Allocate_ltd_desciptors on LFB modes
+ ForceVesa var to force use of LFB modes

pierre 25 years ago
parent
commit
5430f96660
1 changed files with 2 additions and 0 deletions
  1. 2 0
      rtl/go32v2/graphh.inc

+ 2 - 0
rtl/go32v2/graphh.inc

@@ -29,4 +29,6 @@ CONST
   m1280x1024x32k    = $119;
   m1280x1024x32k    = $119;
   m1280x1024x64k    = $11A;
   m1280x1024x64k    = $11A;
 
 
+const
+  ForceVesa : boolean = false;