From: Alan Cox Date: Mon, 2 Jul 2018 21:43:12 +0000 (+0100) Subject: graphics.h: propogate kernel changes X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=1204714338817d0c7c6cbb6bac5b7585b1b0de1c;p=FUZIX.git graphics.h: propogate kernel changes --- diff --git a/Library/include/sys/graphics.h b/Library/include/sys/graphics.h index 27c6d588..07ad5d8d 100644 --- a/Library/include/sys/graphics.h +++ b/Library/include/sys/graphics.h @@ -14,9 +14,11 @@ struct display { #define FMT_COLOUR16 3 #define FMT_TEXT 4 /* Text only mode */ #define FMT_MONO_WB_TILE8 5 /* White on black 8x8 tiled (Amstrad PCW etc) */ +#define FMT_6PIXEL_128 6 /* 2x3 tiles from 128 (TRS80 style) */ /* Those sufficiently funky */ #define FMT_SPECTRUM 128 #define FMT_VDP 129 /* VDP graphics engines */ +#define FMT_UBEE 130 /* Microbee 6545 modes */ uint8_t hardware; #define HW_UNACCEL 1 /* Simple display */ #define HW_VDP_9918 128 /* Not neccessarily MSX... */