ExtremeElectronics / RC2040

Z80 CP/M80 emulation of an RC2014 using the RP2040 (PI PICO) processor
GNU General Public License v3.0
41 stars 7 forks source link

CRLF forced to CRCR #23

Closed ExtremeElectronics closed 2 years ago

ExtremeElectronics commented 2 years ago

ACIA emulation LF is converted to CR.

Preventing XMODEM for working.

ExtremeElectronics commented 2 years ago

Current state, removed code to force this, XMODEM confirmed working, but looking for any issues caused before marking as fixed

ExtremeElectronics commented 2 years ago

No downsides to this discovered, so Ill leave it in as a fix.