summaryrefslogtreecommitdiff
path: root/Examples/DskImg.HC
AgeCommit message (Collapse)Author
2026-05-29Update DskImg.HCHarley Travis
Since implied seek is enabled during the initialization process, I realized that I could make the disk dumper program much faster by just doing the read without first doing a manual seek. However, because the data transfer code does not do any error checking, I have made the program more prone to calamity in case of a read failure.
2026-05-27Refactor source code and create an "installer"Harley Travis
I have moved some source files into subdirectories for ease of installation. I have also added an installer script to automatically place driver files into their respective system directories.