summaryrefslogtreecommitdiff
path: root/Instructions.TXT
AgeCommit message (Collapse)Author
10 daysUpdate instructions to reflect previous commitHarley Travis
2026-06-27Update instructions to add DskChg patchHarley Travis
2026-06-27Update instructionsHarley Travis
I updated my instruction-generating script to include the FILE tag, to help users find the files that need to be patched. This also includes the new patch files added in the previous commit.
2026-06-22Split floppy IRQ handler into separate fileHarley Travis
Since KInts.HC is compiled before DskFDC.HC, undefined symbol issues could possibly occur. when attempting to compile the interrupt set-up code because the IRQ handler is not yet compiled. To prevent this, I separated the IRQ handler into another file that is included immediately after the headers. The instructions have been updated to reflect this change.
2026-06-20Update instruction document to reflect previous re-arrangingHarley Travis
2026-06-19Update instruction sheetHarley Travis
I updated my instruction generator script to show the parent paths of each file, and also added support for the ADAM PATCH tag.
2026-06-19Add instruction sheetHarley Travis
This new file contains a condensed list of all code files in the repository, with information on what they do, and (if applicable) instructions for use or installation.