From: Alan Cox Date: Sun, 8 Jul 2018 23:08:35 +0000 (+0100) Subject: trs80m1: correct some graphics reporting X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=99227672a841de10050c6283306ab2c55f90d0ce;p=FUZIX.git trs80m1: correct some graphics reporting --- diff --git a/Kernel/platform-trs80m1/devgfx.c b/Kernel/platform-trs80m1/devgfx.c index 49afc26f..bbc23c83 100644 --- a/Kernel/platform-trs80m1/devgfx.c +++ b/Kernel/platform-trs80m1/devgfx.c @@ -83,7 +83,7 @@ static struct display trsdisplay[6] = { 255, 255, FMT_VDP, HW_VDP_9918A, - GFX_MAPPABLE, /* We don't support it as a console yet */ + GFX_MULTIMODE|GFX_MAPPABLE, /* We don't support it as a console yet */ 16, 0 }, @@ -95,7 +95,7 @@ static struct display trsdisplay[6] = { 255, 255, FMT_MONO_WB, HW_LOWE_LE18, - GFX_MAPPABLE, /* We don't support it as a console yet */ + GFX_MULTIMODE|GFX_MAPPABLE|GFX_TEXT, 16, 0 }