summaryrefslogtreecommitdiff
path: root/ChangeLog.TXT
diff options
context:
space:
mode:
authorHarley Travis <harleytravis123@outlook.com>2026-05-26 18:05:55 -0500
committerHarley Travis <harleytravis123@outlook.com>2026-05-26 18:05:55 -0500
commit3198f0d5bbfea8692bf7ab9725cc298ae730d4d2 (patch)
tree206531adfa201010f450732e2739559d3070e7be /ChangeLog.TXT
parent92570c206cfd38ab8ee875bd76d69184665909d2 (diff)
downloadtempleos-floppy-driver-3198f0d5bbfea8692bf7ab9725cc298ae730d4d2.tar.gz
Update KFloppy.HC and ReadMe.TXT
I have corrected a copy-paste error I made while writing the multi-track write code that caused controller timeouts. I have also done further line length reduction. See ChangeLog.TXT for details.
Diffstat (limited to 'ChangeLog.TXT')
-rw-r--r--ChangeLog.TXT11
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