mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-04 05:31:13 +02:00
amiga: removed some debugging settings
This commit is contained in:
parent
8117c97d92
commit
c0d57d03c2
@ -318,7 +318,7 @@ begin
|
|||||||
// borders or titlebar as intended.
|
// borders or titlebar as intended.
|
||||||
ScreenWidth := VideoWindow^.GZZWidth div 8;
|
ScreenWidth := VideoWindow^.GZZWidth div 8;
|
||||||
ScreenHeight := VideoWindow^.GZZHeight div VideoFontHeight;
|
ScreenHeight := VideoWindow^.GZZHeight div VideoFontHeight;
|
||||||
ScreenColor := True;
|
ScreenColor := False;
|
||||||
|
|
||||||
{$ifdef VIDEODEBUG}
|
{$ifdef VIDEODEBUG}
|
||||||
Writeln('DEBUG: Fullscreen - windowed - Width * Heigth = ',ScreenWidth,' * ',ScreenHeight);
|
Writeln('DEBUG: Fullscreen - windowed - Width * Heigth = ',ScreenWidth,' * ',ScreenHeight);
|
||||||
@ -856,7 +856,7 @@ begin
|
|||||||
0: begin
|
0: begin
|
||||||
Mode.Col := 80;
|
Mode.Col := 80;
|
||||||
Mode.Row := 25;
|
Mode.Row := 25;
|
||||||
Mode.Color := False;
|
Mode.Color := True;
|
||||||
end;
|
end;
|
||||||
{$if not defined(AMIGA_V1_2_ONLY)}
|
{$if not defined(AMIGA_V1_2_ONLY)}
|
||||||
1: begin
|
1: begin
|
||||||
|
Loading…
Reference in New Issue
Block a user