* emulate 4 pages (instead of 3) in the 640x200x16 colors mode

git-svn-id: trunk@30284 -
This commit is contained in:
nickysn 2015-03-22 22:35:47 +00:00
parent 317c1b32cf
commit 20033d1af2

View File

@ -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;