mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-30 01:39:28 +02:00
+ mode constants for VGA driver
This commit is contained in:
parent
9138338d04
commit
9a2bf19e95
@ -1,4 +1,9 @@
|
||||
CONST
|
||||
|
||||
m640x200x16 = VGALo;
|
||||
m640x400x16 = VGAMed;
|
||||
m640x480x16 = VGAHi;
|
||||
|
||||
{ VESA Specific video modes. }
|
||||
m320x200x32k = $10D;
|
||||
m320x200x64k = $10E;
|
||||
|
Loading…
Reference in New Issue
Block a user