davidgiven / cpm65

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

Bedit: Fixed call to BDOS_CONIO in list_files #100

Closed venomix666 closed 8 months ago

venomix666 commented 8 months ago

Parameter to BDOS_CONIO was loaded into A instead of X, causing a print of 0xFF instead of a check for keypress after each printed line.

Fixes #77.

davidgiven commented 8 months ago

How did this ever work?