davidgiven / cpm65

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

Fix for issue with consecutive Xmodem file transfers in vt52term #111

Closed venomix666 closed 7 months ago

venomix666 commented 7 months ago

As discussed in #109, zeroing the FCB between closing a file and opening another solves this problem.

venomix666 commented 7 months ago

Closing pull request to merge from master instead.