diff options
Diffstat (limited to 'ChangeLog.TXT')
| -rw-r--r-- | ChangeLog.TXT | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog.TXT b/ChangeLog.TXT index 3e12b81..e0d7e98 100644 --- a/ChangeLog.TXT +++ b/ChangeLog.TXT @@ -1,3 +1,14 @@ +2026-05-26:
+I found a copy-paste error while testing my driver code on my main TOS machine
+(a Dell OptiPlex 755 Mini Tower). "2025 Me" seemingly forgot to change the DMA
+setup function in the multi-track write code. As a result, the DMA controller
+was being set up for reading instead of writing, causing the FDC to time out.
+
+I have also done some more line-breaking. Now, as far as I can tell, nearly
+every line of code has been broken down to 80 characters or less, save for a
+few long function calls. I have also done the same for ReadMe.TXT (I also did
+some rewording and correction while I was at it).
+
2026-05-24:
I updated the copyright statements to match those on the WTFPL FAQ, completed
the flags for the ST2 and ST3 in KFloppyA.HH, updating the copyright notice
|
