From: Alan Cox Date: Sun, 8 Jul 2018 23:10:32 +0000 (+0100) Subject: trs80: remove flags for gfx ops we deleted X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=b505f82489125aac0612f838eff7c566d01eb5ba;p=FUZIX.git trs80: remove flags for gfx ops we deleted --- diff --git a/Kernel/platform-trs80/devgfx.c b/Kernel/platform-trs80/devgfx.c index ca2b3b09..c71801d4 100644 --- a/Kernel/platform-trs80/devgfx.c +++ b/Kernel/platform-trs80/devgfx.c @@ -34,7 +34,7 @@ static const struct display trsdisplay[2] = { HW_TRS80GFX, GFX_MULTIMODE|GFX_MAPPABLE|GFX_OFFSCREEN, /* Can in theory do pans */ 32, - GFX_DRAW|GFX_READ|GFX_WRITE + 0 } /* FIXME: Need to add Micrographyx at some point (needs a different id to the TRS80 model III one */