From 9febbeca0791a1234fca463bc2a9ecc4678f7cf8 Mon Sep 17 00:00:00 2001 From: Matt Jenkins Date: Tue, 12 May 2026 14:45:26 +0100 Subject: [PATCH] Updated readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b0aeb43..b923915 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,6 @@ Running under RT11 5.4 it was found that the `TIME` variable was ticking around 60 million times too fast. Experiments showed that it was likely the words of the result being swapped. Patching BASIC to return the words in the opposite order -(https://github.com/MajenkoProjects/pdp11-bbcbasic/commit/1691d98c82ee79d97af0d3e298ff0eebfdac6989) +([1691d98](https://github.com/MajenkoProjects/pdp11-bbcbasic/commit/1691d98c82ee79d97af0d3e298ff0eebfdac6989)) fixed the problem and TIME now ticks at the expected centisecond rate