diff options
| author | Harley Travis <harleytravis123@outlook.com> | 2026-06-19 19:20:32 -0500 |
|---|---|---|
| committer | Harley Travis <harleytravis123@outlook.com> | 2026-06-19 19:20:32 -0500 |
| commit | 15de1acb37d8b92db9499192b22a189cad913215 (patch) | |
| tree | 2f89b8bd938925467c30b01b5cd4155f92a67d29 /Examples | |
| parent | 22bf13e927429ad2c3546c4aea6446367f0531b9 (diff) | |
| download | templeos-floppy-driver-15de1acb37d8b92db9499192b22a189cad913215.tar.gz | |
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.
Diffstat (limited to 'Examples')
| -rw-r--r-- | Examples/DskImg.HC | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Examples/DskImg.HC b/Examples/DskImg.HC index b2a6560..445cbdc 100644 --- a/Examples/DskImg.HC +++ b/Examples/DskImg.HC @@ -9,6 +9,9 @@ License. See the Copying.TXT file for details. */ +// PURPOSE: Demonstration of floppy driver +// TO USE: #include this file at the cmd prompt or run it with F5 + /* Make sure IRQ6 is on and |
