From acdbf1ea2f88e5fd16129e32554b4f0c7a901e5c Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Sat, 17 Nov 2018 15:39:22 +0000 Subject: [PATCH] graphics: add another weird mode --- Kernel/include/graphics.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Kernel/include/graphics.h b/Kernel/include/graphics.h index 33e99038..e506f0f0 100644 --- a/Kernel/include/graphics.h +++ b/Kernel/include/graphics.h @@ -19,6 +19,8 @@ struct display { #define FMT_SPECTRUM 128 #define FMT_VDP 129 /* VDP graphics engines */ #define FMT_UBEE 130 /* Microbee 6545 modes */ +#define FMT_SAM2 131 /* SAM coupe mode 2 (1 pixel high chars with + attribute map) */ uint8_t hardware; #define HW_UNACCEL 1 /* Simple display */ #define HW_VDP_9918A 128 /* Not neccessarily MSX... */ -- 2.34.1