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 'NesFile.cs')
-rw-r--r--NesFile.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/NesFile.cs b/NesFile.cs
index 2620995..2a9a4dc 100644
--- a/NesFile.cs
+++ b/NesFile.cs
@@ -683,6 +683,11 @@ namespace com.clusterrr.Famicom.Containers
{
}
+ public static NesFile FromBytes(byte[] data)
+ {
+ return new NesFile(data);
+ }
+
/// <summary>
/// Returns iNES data (header + PRG + CHR)
/// </summary>