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/58.cs')
-rw-r--r--FamicomDumper/mappers/58.cs7
1 files changed, 0 insertions, 7 deletions
diff --git a/FamicomDumper/mappers/58.cs b/FamicomDumper/mappers/58.cs
index 7301d1a..0d7f901 100644
--- a/FamicomDumper/mappers/58.cs
+++ b/FamicomDumper/mappers/58.cs
@@ -2,8 +2,6 @@
{
public string Name { get => "Mapper 58"; }
public int Number { get => 58; }
- public byte Submapper { get => 0; }
- public string UnifName { get => null; }
public int DefaultPrgSize { get => 8 * 0x4000; }
public int DefaultChrSize { get => 8 * 0x2000; }
@@ -31,11 +29,6 @@
}
}
- public void EnablePrgRam(IFamicomDumperConnection dumper)
- {
- throw new NotSupportedException("PRG RAM is not supported by this mapper");
- }
-
public MirroringType GetMirroring(IFamicomDumperConnection dumper)
{
return MirroringType.MapperControlled;