commit dc3c199c69411f4128a5dcfd1bc72e2ca758d02b Author: Ingo Korb Date: Wed Apr 21 22:34:12 2021 +0200 fatops: disable P00 header for file names ending in .crt and .tcrt Add .crt and .tcrt to the list of special files that are always saved without a P00 header even if such headers are forced on or are automatically added due to FAT-invalid characters. commit 452632636b0f64bff913851300be507de05ed798 Author: Ingo Korb Date: Wed Apr 21 22:32:36 2021 +0200 fatops: fix possible hang when creating FAT name Fix a possible infinite loop when creating a FAT file name for a file that matches an existing file in the current directory if PC64 extensions are not in use. Test case: "test.d64" and "test..d64" commit 55bfb8c620106bda0692a263e818fe9ac76817b9 Author: Ingo Korb Date: Wed Apr 21 21:03:04 2021 +0200 more bool commit 16ef57082d6040a93d0230a4a6797571572aaa88 Author: Ingo Korb Date: Wed Apr 21 21:00:21 2021 +0200 allow comments in swap lists Skip lines in swap lists that start with a semicolon to make it possible to have comments in them.