mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 18:49:16 +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;
|
procedure ptc_Init640x200x16;
|
||||||
begin
|
begin
|
||||||
ptc_InitMode16_CGAEmu(640, 200, 3);
|
ptc_InitMode16_CGAEmu(640, 200, 4);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure ptc_Init640x350x16;
|
procedure ptc_Init640x350x16;
|
||||||
@ -1827,7 +1827,7 @@ end;
|
|||||||
begin
|
begin
|
||||||
ModeNumber:=EGALo;
|
ModeNumber:=EGALo;
|
||||||
DriverNumber := EGA;
|
DriverNumber := EGA;
|
||||||
HardwarePages := 2;
|
HardwarePages := 3;
|
||||||
ModeName:='640 x 200 EGA';
|
ModeName:='640 x 200 EGA';
|
||||||
MaxColor := 16;
|
MaxColor := 16;
|
||||||
DirectColor := FALSE;
|
DirectColor := FALSE;
|
||||||
@ -1887,7 +1887,7 @@ end;
|
|||||||
begin
|
begin
|
||||||
ModeNumber:=VGALo;
|
ModeNumber:=VGALo;
|
||||||
DriverNumber := VGA;
|
DriverNumber := VGA;
|
||||||
HardwarePages := 2;
|
HardwarePages := 3;
|
||||||
ModeName:='640 x 200 EGA';
|
ModeName:='640 x 200 EGA';
|
||||||
MaxColor := 16;
|
MaxColor := 16;
|
||||||
DirectColor := FALSE;
|
DirectColor := FALSE;
|
||||||
@ -2541,7 +2541,7 @@ end;
|
|||||||
|
|
||||||
InitMode(graphmode);
|
InitMode(graphmode);
|
||||||
with graphmode do
|
with graphmode do
|
||||||
begin
|
begin
|
||||||
ModeNumber := m1280x1024x64k;
|
ModeNumber := m1280x1024x64k;
|
||||||
DriverNumber := VESA;
|
DriverNumber := VESA;
|
||||||
HardwarePages := 1;
|
HardwarePages := 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user