+ use PatternLineVESA256 also for the 640x400 256-colour VESA mode

git-svn-id: trunk@25722 -
This commit is contained in:
nickysn 2013-10-08 14:45:56 +00:00
parent 3c0386ca19
commit 7b7334138b

View File

@ -4155,6 +4155,7 @@ const CrtAddress: word = 0;
mode.hline := {$ifdef fpc}@{$endif}HLineVESA256;
mode.vline := {$ifdef fpc}@{$endif}VLineVESA256;
mode.GetScanLine := {$ifdef fpc}@{$endif}GetScanLineVESA256;
mode.PatternLine := {$ifdef fpc}@{$endif}PatternLineVESA256;
mode.XAspect := 8333;
mode.YAspect := 10000;
AddMode(mode);