From: Alan Cox Date: Wed, 10 Jun 2015 22:50:15 +0000 (+0100) Subject: trs80: add the needed blank attribute variable X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=fda1341c8585cb15be580e41de3ae94ec16f7c1e;p=FUZIX.git trs80: add the needed blank attribute variable --- diff --git a/Kernel/platform-trs80/main.c b/Kernel/platform-trs80/main.c index 8572a556..08e8bb35 100644 --- a/Kernel/platform-trs80/main.c +++ b/Kernel/platform-trs80/main.c @@ -8,6 +8,8 @@ uint16_t ramtop = PROGTOP; __sfr __at 0xE0 irqstat; __sfr __at 0xEF irqack; +uint8_t vtattr_cap; + /* On idle we spin checking for the terminals. Gives us more responsiveness for the polled ports */ void platform_idle(void)