From: Alan Cox Date: Mon, 2 Jul 2018 21:47:25 +0000 (+0100) Subject: trs80: adopt new description X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=0cf405c663a1f3b7d6e08061fa1f24a2d7c9fcb8;p=FUZIX.git trs80: adopt new description --- diff --git a/Kernel/platform-trs80/devgfx.c b/Kernel/platform-trs80/devgfx.c index dcf6dd73..158c2be5 100644 --- a/Kernel/platform-trs80/devgfx.c +++ b/Kernel/platform-trs80/devgfx.c @@ -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;