Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/nes-containers.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'FdsDiskFile.cs')
-rw-r--r--FdsDiskFile.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/FdsDiskFile.cs b/FdsDiskFile.cs
index 88e3dce..e972fd2 100644
--- a/FdsDiskFile.cs
+++ b/FdsDiskFile.cs
@@ -4,7 +4,7 @@ using System.Linq;
namespace com.clusterrr.Famicom.Containers
{
/// <summary>
- /// FDS file - header and data
+ /// File on FDS disk - header and data
/// </summary>
public class FdsDiskFile
{
@@ -55,6 +55,7 @@ namespace com.clusterrr.Famicom.Containers
HeaderBlock.FileSize = (ushort)DataBlock.Data.Count();
}
}
+
/// <summary>
/// Construcor
/// </summary>