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-10-08 12:21:40 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2020-10-08 12:21:40 +0300
commitfcae9cde2ff4abd0251372303744c4ba9f34542c (patch)
treea0ade07d6d30600928b1ad2c18c5bf1a3f78c8eb
parent5e9233f6bb2e67ffbfbdb93d452a18651615cdcf (diff)
Fixed mirroring in UNIF
-rw-r--r--UnifFile.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/UnifFile.cs b/UnifFile.cs
index 0d13852..0e9606e 100644
--- a/UnifFile.cs
+++ b/UnifFile.cs
@@ -286,7 +286,7 @@ namespace com.clusterrr.Famicom.Containers
}
set
{
- Fields["TVCI"] = new byte[] { (byte)value };
+ Fields["MIRR"] = new byte[] { (byte)value };
}
}