From: Alan Cox Date: Thu, 24 May 2018 23:23:06 +0000 (+0100) Subject: trs80m1: fix vt build X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=6693ffe6dd453a8be8df1f10893f7d58884560d7;p=FUZIX.git trs80m1: fix vt build --- diff --git a/Kernel/platform-trs80m1/config.h b/Kernel/platform-trs80m1/config.h index ef657a45..7ba4a23f 100644 --- a/Kernel/platform-trs80m1/config.h +++ b/Kernel/platform-trs80m1/config.h @@ -24,7 +24,7 @@ #define CONFIG_BANKS 2 /* 2 x 32K */ /* Vt definitions */ -#define VT_BASE ((uint16_t)0x3C00 +#define VT_BASE ((uint8_t *)0x3C00) #define VT_WIDTH 64 #define VT_HEIGHT 16 #define VT_RIGHT 63