From c03bb427bc6041f86e2928f08c99c37eb821f373 Mon Sep 17 00:00:00 2001 From: Scott Duensing Date: Mon, 5 Feb 2024 21:14:08 -0600 Subject: [PATCH] Fixed colors in dos-like port. --- ports/dos-like/dos-like.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/dos-like/dos-like.c b/ports/dos-like/dos-like.c index 31fb2ce..0657235 100644 --- a/ports/dos-like/dos-like.c +++ b/ports/dos-like/dos-like.c @@ -41,7 +41,7 @@ static char *_storyFile = NULL; static uint8_t *_RAM = NULL; -static uint8_t _attr = 7; +static uint8_t _attr = (1 << 4) + 7; void portAttributeSet(byte attribute) {