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 'IFdsBlock.cs')
-rw-r--r--IFdsBlock.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/IFdsBlock.cs b/IFdsBlock.cs
index e8ec78d..6171d65 100644
--- a/IFdsBlock.cs
+++ b/IFdsBlock.cs
@@ -12,6 +12,7 @@ namespace com.clusterrr.Famicom.Containers
bool IsValid { get; }
bool CrcOk { get; set; }
bool EndOfHeadMeet { get; set; }
+ uint Length { get; }
byte[] ToBytes();
}
}