davidgiven / cpm65

CP/M for the 6502
BSD 2-Clause "Simplified" License
264 stars 24 forks source link

Standalone Xmodem send utility + fix for consective file operations in vt52term #115

Closed venomix666 closed 7 months ago

venomix666 commented 7 months ago

Making a new pull request from master to replace my two previous pull requests from separate branches.

xsend is a standalone xmodem send utility which I made to be as similar as possible to xrecv.

For vt52term, as discussed in #109 zeroing the FCB between closing a file and opening another solves the problem with corrupted files when performed several consecutive file operations.

davidgiven commented 7 months ago

The autobuild worked --- great!

Merged; thanks.