1
0
mirror of https://github.com/gryf/uc1541.git synced 2026-04-25 05:31:24 +02:00

Removed tilda mapping, it's handled by c1541 now

This commit is contained in:
2024-08-26 17:07:09 +02:00
parent d75f87fdce
commit 426ac88926
2 changed files with 18 additions and 19 deletions
+4 -5
View File
@@ -35,11 +35,10 @@ are seen on a listing.
While copying from filesystem to disk image, filename conversion will be done:
1. Every ``$`` and ``*`` characters will be replaced by question mark (``?``)
2. Every pipe (``|``) and backslash (``\``) characters will be replaced by
slash (``/``)
3. Every tilde (``~``) will be replaced by a space
4. ``prg`` extension will be truncated
1. Every ``$`` and ``*`` characters will be replaced by question mark (``?``).
2. Every pipe (``|``) and backslash (``\\``) characters will be replaced by
slash (``/``).
3. ``prg`` extension will be truncated.
Representation of a directory can be sometimes confusing - in case when one
copied file without extension it stays there in such form, till next access