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/VRC2a.cs')
-rw-r--r--FamicomDumper/mappers/VRC2a.cs7
1 files changed, 0 insertions, 7 deletions
diff --git a/FamicomDumper/mappers/VRC2a.cs b/FamicomDumper/mappers/VRC2a.cs
index 39f1587..f32ff8a 100644
--- a/FamicomDumper/mappers/VRC2a.cs
+++ b/FamicomDumper/mappers/VRC2a.cs
@@ -2,8 +2,6 @@
{
public string Name { get => "VRC2a"; }
public int Number { get => 22; }
- public byte Submapper { get => 0; }
- public string UnifName { get => null; }
public int DefaultPrgSize { get => 256 * 1024; }
public int DefaultChrSize { get => 256 * 1024; }
@@ -35,11 +33,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;