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/57.cs')
-rw-r--r--FamicomDumper/mappers/57.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/FamicomDumper/mappers/57.cs b/FamicomDumper/mappers/57.cs
index b6de20e..b694a76 100644
--- a/FamicomDumper/mappers/57.cs
+++ b/FamicomDumper/mappers/57.cs
@@ -2,8 +2,6 @@
{
public string Name { get => "Mapper 57"; }
public int Number { get => 57; }
- public byte Submapper { get => 0; }
- public string UnifName { get => null; }
public int DefaultPrgSize { get => 8 * 0x4000; }
public int DefaultChrSize { get => 8 * 0x2000; }