You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I always forget which one is which (CR/LF). Just tested with a small piece of code, writing to a file with fa_write | fa_create_always. As soon as I write a 0x0a, the 0x0D is immediately added as well. When I write a 0x0D, just 0x0D gets written, nothing extra.
Defined FF_USE_STRFUNC as 1 in ffconf.h and reflashed MOS 1.02; no additional 0x0Ds are added anymore, which is good. Also checked if saves/loads in BBCBASIC still work, which they do. So I think indeed setting this solves the issue; great!
Raised by envenomator on Twitter:
If an 0x0D (\r) is written to a file, the byte 0x0A (\n) is also written.
The text was updated successfully, but these errors were encountered: