From: Alan Cox Date: Thu, 24 May 2018 14:28:42 +0000 (+0100) Subject: trs80: introduce a model type X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=96c79cca3f639f93fce5ef9f26af907101a21a49;p=FUZIX.git trs80: introduce a model type --- diff --git a/Kernel/platform-trs80m1/main.c b/Kernel/platform-trs80m1/main.c index 3d03046a..ecb74745 100644 --- a/Kernel/platform-trs80m1/main.c +++ b/Kernel/platform-trs80m1/main.c @@ -5,7 +5,7 @@ #include uint16_t ramtop = PROGTOP; - +uint8_t trs80_model; uint8_t vtattr_cap; struct blkbuf *bufpool_end = bufpool + NBUFS;