pelrun / dsk2cdt2disc

Convert CPC DSK files to a tape image that will rebuild the disc when loaded.
12 stars 3 forks source link

loader.txt is line-ending sensitive #4

Closed pelrun closed 7 years ago

pelrun commented 8 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.

pelrun commented 7 years ago

Fixed in essentially the same way as the PR, just varies slightly in the details.