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:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2020-11-30 17:33:25 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2020-11-30 17:33:25 +0300
commiteb10ea5213b4362d9cc859593a89adab05237765 (patch)
treefde607aad441c723b1b4c6ebb8df0017e0c1cc4e /UnifFile.cs
parent93445c376eaf4bebf3e6f36bbe35d6337c17c76d (diff)
Much more FDS stuff
Diffstat (limited to 'UnifFile.cs')
-rw-r--r--UnifFile.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/UnifFile.cs b/UnifFile.cs
index 0e9606e..f6d586c 100644
--- a/UnifFile.cs
+++ b/UnifFile.cs
@@ -54,6 +54,11 @@ namespace com.clusterrr.Famicom.Containers
{
}
+ public static UnifFile FromBytes(byte[] data)
+ {
+ return new UnifFile(data);
+ }
+
/// <summary>
/// Save UNIF file
/// </summary>