mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 17:19:32 +02:00
* emulate 4 pages (instead of 3) in the 640x200x16 colors mode
git-svn-id: trunk@30284 -
This commit is contained in:
parent
317c1b32cf
commit
20033d1af2
@ -725,7 +725,7 @@ end;
|
||||
|
||||
procedure ptc_Init640x200x16;
|
||||
begin
|
||||
ptc_InitMode16_CGAEmu(640, 200, 3);
|
||||
ptc_InitMode16_CGAEmu(640, 200, 4);
|
||||
end;
|
||||
|
||||
procedure ptc_Init640x350x16;
|
||||
@ -1827,7 +1827,7 @@ end;
|
||||
begin
|
||||
ModeNumber:=EGALo;
|
||||
DriverNumber := EGA;
|
||||
HardwarePages := 2;
|
||||
HardwarePages := 3;
|
||||
ModeName:='640 x 200 EGA';
|
||||
MaxColor := 16;
|
||||
DirectColor := FALSE;
|
||||
@ -1887,7 +1887,7 @@ end;
|
||||
begin
|
||||
ModeNumber:=VGALo;
|
||||
DriverNumber := VGA;
|
||||
HardwarePages := 2;
|
||||
HardwarePages := 3;
|
||||
ModeName:='640 x 200 EGA';
|
||||
MaxColor := 16;
|
||||
DirectColor := FALSE;
|
||||
@ -2541,7 +2541,7 @@ end;
|
||||
|
||||
InitMode(graphmode);
|
||||
with graphmode do
|
||||
begin
|
||||
begin
|
||||
ModeNumber := m1280x1024x64k;
|
||||
DriverNumber := VESA;
|
||||
HardwarePages := 1;
|
||||
|
Loading…
Reference in New Issue
Block a user