summaryrefslogtreecommitdiff
path: root/ChangeLog.TXT
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog.TXT')
-rw-r--r--ChangeLog.TXT14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog.TXT b/ChangeLog.TXT
index 3bcc30a..af001cb 100644
--- a/ChangeLog.TXT
+++ b/ChangeLog.TXT
@@ -1,3 +1,17 @@
+2026-06-19:
+I added some more code tags (PURPOSE, TO USE, THEN) to various source files to
+provide additional information on their use and installation. This was also done
+to allow for programmatic generation of an instruction sheet using a Python
+script that I wrote. I then updated the readme file to reflect the new
+changes. Lastly, I added another tag to all of the Adam patch files to warn the
+user of the need to install them after the kernel patches (to avoid dependency
+problems).
+
+2026-06-18:
+I renamed FDCInt to IRQ_FDC (andremoved an unused definition in KernelA that was
+taking the name) to match with Terry's existing IRQ code. I also removed the old
+KFloppyB.HH (and the original KFloppy.HC), replacing it with KFloppyB2.
+
2026-06-12:
I made minor changes to some of the code files (and corrected a typo in this
changelog). I also added comments to the start of all the patch files (as well