Skip to content
Snippets Groups Projects
Commit 065c06e0 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Fix 132×52 mode resulution.

Transposed some digits, setting 1056×823 as the resolution instead
of 1056×832.  This resulted on crashes with some output modes, and
"just" the status bar being truncated on other output modes.

Fixes at least part of ticket 178.
parent 25d74561
No related branches found
No related tags found
No related merge requests found
Pipeline #7682 passed
......@@ -119,7 +119,7 @@ struct video_params vparams[] = {
{VESA_132X60, COLOUR_PALETTE, 132, 60, 7, 7, 8, 8, 7, 0, 4, 3, 1056, 480},
/* Awesome modes */
{ST132X37_16_9, COLOUR_PALETTE, 132, 37, 14, 15, 16, 8, 7, 0, 16, 9, 1056, 600},
{ST132X52_5_4, COLOUR_PALETTE, 132, 52, 14, 15, 16, 8, 7, 0, 5, 4, 1056, 823},
{ST132X52_5_4, COLOUR_PALETTE, 132, 52, 14, 15, 16, 8, 7, 0, 5, 4, 1056, 832},
/* Stupid modes */
{VGA80X25, COLOUR_PALETTE, 80, 25, 14, 15, 16, 9, 7, CIOLIB_VIDEO_EXPAND | CIOLIB_VIDEO_LINE_GRAPHICS_EXPAND, 4, 3, 720, 400},
/* DigitalMon */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment