trs80: adopt new description
authorAlan Cox <alan@linux.intel.com>
Mon, 2 Jul 2018 21:47:25 +0000 (22:47 +0100)
committerAlan Cox <alan@linux.intel.com>
Mon, 2 Jul 2018 21:47:25 +0000 (22:47 +0100)
Kernel/platform-trs80/devgfx.c

index dcf6dd7..158c2be 100644 (file)
@@ -16,10 +16,10 @@ static const struct display trsdisplay[2] = {
     /* Once we get around to it this is probably best described as
        160 x 72 sixel */
     0,
-    80, 24,
+    160, 72,
     80, 24,
     255, 255,
-    FMT_TEXT,
+    FMT_6PIXEL_128,
     HW_UNACCEL,
     GFX_MULTIMODE|GFX_TEXT,
     2,
@@ -48,6 +48,7 @@ static const struct videomap trsmap = {
   MAP_PIO
 };
 
+
 __sfr __at 0x83 gfx_ctrl;
 
 static uint8_t vmode;