Added comment about Human68k direntry variations.

This commit is contained in:
2017-08-14 22:06:58 +01:00
parent 15f251ba9f
commit 98c28c8bef

View File

@@ -40,6 +40,7 @@ using DiscImageChef.Console;
namespace DiscImageChef.Filesystems
{
// TODO: Differentiate between Atari and X68k FAT, as this one uses a standard BPB.
// X68K uses cdate/adate from direntry for extending filename
public class FAT : Filesystem
{
public FAT()