From: Alan Cox Date: Fri, 6 Jul 2018 21:19:21 +0000 (+0100) Subject: graphics.h: sync with kernel X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=e0d999c68c579874dab853bda463cdded8b806fb;p=FUZIX.git graphics.h: sync with kernel --- diff --git a/Library/include/sys/graphics.h b/Library/include/sys/graphics.h index 07ad5d8d..7e3d228a 100644 --- a/Library/include/sys/graphics.h +++ b/Library/include/sys/graphics.h @@ -24,6 +24,9 @@ struct display { #define HW_VDP_9918 128 /* Not neccessarily MSX... */ #define HW_VDP_9938 129 #define HW_TRS80GFX 130 /* TRS80 model 4 graphics board */ +#define HW_HRG1B 131 /* HRG1B for TRS80 and VidoeGenie */ +#define HW_MICROLABS 132 /* Microlabs Grafyx */ +#define HW_MICROLABS4 133 /* Microlabs Grafyx for Model 4*/ uint16_t features; #define GFX_MAPPABLE 1 /* Can map into process memory */ #define GFX_PALETTE 2 /* Has colour palette */