From 3198f0d5bbfea8692bf7ab9725cc298ae730d4d2 Mon Sep 17 00:00:00 2001 From: Harley Travis Date: Tue, 26 May 2026 18:05:55 -0500 Subject: 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. --- ChangeLog.TXT | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog.TXT') 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 -- cgit v1.2.3