Updated readme

This commit is contained in:
2026-05-12 14:41:49 +01:00
parent b197074f24
commit 4b85a43c5d
+9
View File
@@ -8,4 +8,13 @@ go to them. This is merely a few bugfixes and improvements.
Original code and information can be found here:
https://mdfs.net/Software/PDP11/BBCBasic/
Changes from the original
-------------------------
* Swapped words of the `MT_ReadTime` function
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 (#1691d98)
fixed the problem and TIME now ticks at the expected centisecond
rate