Closed pelrun closed 7 years ago
Dsk2cdt depends on loader.txt having dos line endings (crlf) to build properly. A build on a unix system will produce CDTs that throw "Line too long" errors on the CPC when used.
Running unix2dos on loader.txt will work around the issue.
Fixed in essentially the same way as the PR, just varies slightly in the details.
Dsk2cdt depends on loader.txt having dos line endings (crlf) to build properly. A build on a unix system will produce CDTs that throw "Line too long" errors on the CPC when used.
Running unix2dos on loader.txt will work around the issue.