From fce0c24f5dfcbef37d4f7054864ee6b892789746 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Wed, 4 Jul 2018 01:46:01 +0100 Subject: [PATCH] kernel: new graphics types --- Kernel/include/graphics.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Kernel/include/graphics.h b/Kernel/include/graphics.h index cac674da..819620df 100644 --- a/Kernel/include/graphics.h +++ b/Kernel/include/graphics.h @@ -24,6 +24,8 @@ 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 */ uint16_t features; #define GFX_MAPPABLE 1 /* Can map into process memory */ #define GFX_PALETTE 2 /* Has colour palette */ -- 2.34.1