mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 09:26:15 +02:00
+ use PatternLineVESA256 also for the 640x400 256-colour VESA mode
git-svn-id: trunk@25722 -
This commit is contained in:
parent
3c0386ca19
commit
7b7334138b
@ -4155,6 +4155,7 @@ const CrtAddress: word = 0;
|
|||||||
mode.hline := {$ifdef fpc}@{$endif}HLineVESA256;
|
mode.hline := {$ifdef fpc}@{$endif}HLineVESA256;
|
||||||
mode.vline := {$ifdef fpc}@{$endif}VLineVESA256;
|
mode.vline := {$ifdef fpc}@{$endif}VLineVESA256;
|
||||||
mode.GetScanLine := {$ifdef fpc}@{$endif}GetScanLineVESA256;
|
mode.GetScanLine := {$ifdef fpc}@{$endif}GetScanLineVESA256;
|
||||||
|
mode.PatternLine := {$ifdef fpc}@{$endif}PatternLineVESA256;
|
||||||
mode.XAspect := 8333;
|
mode.XAspect := 8333;
|
||||||
mode.YAspect := 10000;
|
mode.YAspect := 10000;
|
||||||
AddMode(mode);
|
AddMode(mode);
|
||||||
|
Loading…
Reference in New Issue
Block a user