davidgiven / cpm65

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

xsend, standalone xmodem send utility #114

Closed venomix666 closed 7 months ago

venomix666 commented 7 months ago

I wrote a standalone xmodem send utility. It is based on xrecv and I tried to keep the two as similar as possible.

davidgiven commented 7 months ago

Hello --- thanks for this; could you merge from master, please? Hopefully that should enable autobuilding for pull requests.

venomix666 commented 7 months ago

I not really sure how to do that. I just merged my xsend branch into master on my fork, but that does not seem to have had any impact on this pull request.

Should I close this one and make a new pull request from master?

My other pull request for a fix in vt52term was also made from a separate branch. I did this in order to keep the pull requests separate, but my git-fu is not exactly great so there is maybe a better way to do this?

venomix666 commented 7 months ago

Closing pull request to merge from master instead.