From 15de1acb37d8b92db9499192b22a189cad913215 Mon Sep 17 00:00:00 2001 From: Harley Travis Date: Fri, 19 Jun 2026 19:20:32 -0500 Subject: Update source file information comments I have added the "PURPOSE", "TO USE", and "THEN" tags to make the information sections more easy to read while keeping line length down. These are used by a Python script I wrote to generate an instruction file. --- Kernel/BlkDev/DskFDC.HC | 1 + 1 file changed, 1 insertion(+) (limited to 'Kernel/BlkDev/DskFDC.HC') diff --git a/Kernel/BlkDev/DskFDC.HC b/Kernel/BlkDev/DskFDC.HC index 0962b2b..b24c916 100644 --- a/Kernel/BlkDev/DskFDC.HC +++ b/Kernel/BlkDev/DskFDC.HC @@ -4,6 +4,7 @@ License. See the Copying.TXT file for details. */ +// PURPOSE: Adds support for std PC floppy dsk ctrlrs to TempleOS // TO INSTALL: #include this file after DskATA in MakeBlkDev.HC. interrupt U0 IRQ_FDC() -- cgit v1.2.3