Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/famicom-dumper-client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'FamicomDumper/mappers/VRC7.cs')
-rw-r--r--FamicomDumper/mappers/VRC7.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/FamicomDumper/mappers/VRC7.cs b/FamicomDumper/mappers/VRC7.cs
index 3847090..a0075e3 100644
--- a/FamicomDumper/mappers/VRC7.cs
+++ b/FamicomDumper/mappers/VRC7.cs
@@ -2,8 +2,6 @@
{
public string Name { get => "VRC7"; }
public int Number { get => 85; }
- public byte Submapper { get => 0; }
- public string UnifName { get => null; }
public int DefaultPrgSize { get => 512 * 1024; }
public int DefaultChrSize { get => 256 * 1024; }