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 'FdsBlockFileAmount.cs')
-rw-r--r--FdsBlockFileAmount.cs10
1 files changed, 0 insertions, 10 deletions
diff --git a/FdsBlockFileAmount.cs b/FdsBlockFileAmount.cs
index 47a9d55..868b22e 100644
--- a/FdsBlockFileAmount.cs
+++ b/FdsBlockFileAmount.cs
@@ -26,16 +26,6 @@ namespace com.clusterrr.Famicom.Containers
public byte FileAmount { get => fileAmount; set => fileAmount = value; }
/// <summary>
- /// Set by dumper. True when checksum is ok
- /// </summary>
- public bool CrcOk { get; set; } = true;
-
- /// <summary>
- /// Set by dumper. True when "end of head" flag was meet during dumping
- /// </summary>
- public bool EndOfHeadMeet { get; set; } = false;
-
- /// <summary>
/// Length of the block
/// </summary>
public uint Length { get => 2; }