From: Alan Cox Date: Fri, 6 Jul 2018 21:18:17 +0000 (+0100) Subject: graphics: The Microlabs Grafyx for Model III and IV are not the same X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=f968dba581e0c094922b7a9653c11e6087b63a47;p=FUZIX.git graphics: The Microlabs Grafyx for Model III and IV are not the same --- diff --git a/Kernel/include/graphics.h b/Kernel/include/graphics.h index 819620df..1e8325a1 100644 --- a/Kernel/include/graphics.h +++ b/Kernel/include/graphics.h @@ -26,6 +26,7 @@ struct display { #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 */