Skip to content

Commit

Permalink
GTROM mapper
Browse files Browse the repository at this point in the history
  • Loading branch information
ClusterM committed Mar 18, 2024
1 parent d449254 commit 18c3b04
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions FamicomDumper/mappers/GTROM.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
class GTROM : IMapper

Check failure on line 1 in FamicomDumper/mappers/GTROM.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, linux, x64, no-self-contained)

The type or namespace name 'IMapper' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 1 in FamicomDumper/mappers/GTROM.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, linux, x64, self-contained)

The type or namespace name 'IMapper' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 1 in FamicomDumper/mappers/GTROM.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, linux, arm64, self-contained)

The type or namespace name 'IMapper' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 1 in FamicomDumper/mappers/GTROM.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, osx, arm64, self-contained)

The type or namespace name 'IMapper' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 1 in FamicomDumper/mappers/GTROM.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, linux, arm, no-self-contained)

The type or namespace name 'IMapper' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 1 in FamicomDumper/mappers/GTROM.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, win, x86, self-contained)

The type or namespace name 'IMapper' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 1 in FamicomDumper/mappers/GTROM.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, win, x86, no-self-contained)

The type or namespace name 'IMapper' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 1 in FamicomDumper/mappers/GTROM.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, osx, arm64, no-self-contained)

The type or namespace name 'IMapper' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 1 in FamicomDumper/mappers/GTROM.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, win, x64, no-self-contained)

The type or namespace name 'IMapper' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 1 in FamicomDumper/mappers/GTROM.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, win, arm, no-self-contained)

The type or namespace name 'IMapper' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 1 in FamicomDumper/mappers/GTROM.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, linux, arm64, no-self-contained)

The type or namespace name 'IMapper' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 1 in FamicomDumper/mappers/GTROM.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, win, arm64, self-contained)

The type or namespace name 'IMapper' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 1 in FamicomDumper/mappers/GTROM.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, osx, x64, no-self-contained)

The type or namespace name 'IMapper' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 1 in FamicomDumper/mappers/GTROM.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, win, x64, self-contained)

The type or namespace name 'IMapper' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 1 in FamicomDumper/mappers/GTROM.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, linux, arm, self-contained)

The type or namespace name 'IMapper' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 1 in FamicomDumper/mappers/GTROM.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, win, arm, self-contained)

The type or namespace name 'IMapper' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 1 in FamicomDumper/mappers/GTROM.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, win, arm64, no-self-contained)

The type or namespace name 'IMapper' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 1 in FamicomDumper/mappers/GTROM.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, osx, x64, self-contained)

The type or namespace name 'IMapper' could not be found (are you missing a using directive or an assembly reference?)
{
public string Name { get => "GTROM"; }
public int Number { get => 111; }
public int DefaultPrgSize { get => 512 * 1024; }

public void DumpPrg(IFamicomDumperConnection dumper, List<byte> data, int size)

Check failure on line 7 in FamicomDumper/mappers/GTROM.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, linux, x64, no-self-contained)

The type or namespace name 'IFamicomDumperConnection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 7 in FamicomDumper/mappers/GTROM.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, linux, x64, no-self-contained)

The type or namespace name 'List<>' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 7 in FamicomDumper/mappers/GTROM.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, linux, x64, self-contained)

The type or namespace name 'IFamicomDumperConnection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 7 in FamicomDumper/mappers/GTROM.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, linux, x64, self-contained)

The type or namespace name 'List<>' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 7 in FamicomDumper/mappers/GTROM.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, linux, arm64, self-contained)

The type or namespace name 'IFamicomDumperConnection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 7 in FamicomDumper/mappers/GTROM.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, linux, arm64, self-contained)

The type or namespace name 'List<>' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 7 in FamicomDumper/mappers/GTROM.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, osx, arm64, self-contained)

The type or namespace name 'IFamicomDumperConnection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 7 in FamicomDumper/mappers/GTROM.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, osx, arm64, self-contained)

The type or namespace name 'List<>' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 7 in FamicomDumper/mappers/GTROM.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, linux, arm, no-self-contained)

The type or namespace name 'IFamicomDumperConnection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 7 in FamicomDumper/mappers/GTROM.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, linux, arm, no-self-contained)

The type or namespace name 'List<>' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 7 in FamicomDumper/mappers/GTROM.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, win, x86, self-contained)

The type or namespace name 'IFamicomDumperConnection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 7 in FamicomDumper/mappers/GTROM.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, win, x86, self-contained)

The type or namespace name 'List<>' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 7 in FamicomDumper/mappers/GTROM.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, win, x86, no-self-contained)

The type or namespace name 'IFamicomDumperConnection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 7 in FamicomDumper/mappers/GTROM.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, win, x86, no-self-contained)

The type or namespace name 'List<>' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 7 in FamicomDumper/mappers/GTROM.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, osx, arm64, no-self-contained)

The type or namespace name 'IFamicomDumperConnection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 7 in FamicomDumper/mappers/GTROM.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, osx, arm64, no-self-contained)

The type or namespace name 'List<>' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 7 in FamicomDumper/mappers/GTROM.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, win, x64, no-self-contained)

The type or namespace name 'IFamicomDumperConnection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 7 in FamicomDumper/mappers/GTROM.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, win, x64, no-self-contained)

The type or namespace name 'List<>' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 7 in FamicomDumper/mappers/GTROM.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, win, arm, no-self-contained)

The type or namespace name 'IFamicomDumperConnection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 7 in FamicomDumper/mappers/GTROM.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, win, arm, no-self-contained)

The type or namespace name 'List<>' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 7 in FamicomDumper/mappers/GTROM.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, linux, arm64, no-self-contained)

The type or namespace name 'IFamicomDumperConnection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 7 in FamicomDumper/mappers/GTROM.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, linux, arm64, no-self-contained)

The type or namespace name 'List<>' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 7 in FamicomDumper/mappers/GTROM.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, win, arm64, self-contained)

The type or namespace name 'IFamicomDumperConnection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 7 in FamicomDumper/mappers/GTROM.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, win, arm64, self-contained)

The type or namespace name 'List<>' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 7 in FamicomDumper/mappers/GTROM.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, osx, x64, no-self-contained)

The type or namespace name 'IFamicomDumperConnection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 7 in FamicomDumper/mappers/GTROM.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, osx, x64, no-self-contained)

The type or namespace name 'List<>' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 7 in FamicomDumper/mappers/GTROM.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, win, x64, self-contained)

The type or namespace name 'IFamicomDumperConnection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 7 in FamicomDumper/mappers/GTROM.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, win, x64, self-contained)

The type or namespace name 'List<>' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 7 in FamicomDumper/mappers/GTROM.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, linux, arm, self-contained)

The type or namespace name 'IFamicomDumperConnection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 7 in FamicomDumper/mappers/GTROM.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, linux, arm, self-contained)

The type or namespace name 'List<>' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 7 in FamicomDumper/mappers/GTROM.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, win, arm, self-contained)

The type or namespace name 'IFamicomDumperConnection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 7 in FamicomDumper/mappers/GTROM.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, win, arm, self-contained)

The type or namespace name 'List<>' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 7 in FamicomDumper/mappers/GTROM.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, win, arm64, no-self-contained)

The type or namespace name 'IFamicomDumperConnection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 7 in FamicomDumper/mappers/GTROM.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, win, arm64, no-self-contained)

The type or namespace name 'List<>' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 7 in FamicomDumper/mappers/GTROM.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, osx, x64, self-contained)

The type or namespace name 'IFamicomDumperConnection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 7 in FamicomDumper/mappers/GTROM.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, osx, x64, self-contained)

The type or namespace name 'List<>' could not be found (are you missing a using directive or an assembly reference?)
{
var banks = size / 0x8000;
for (var bank = 0; bank < banks; bank++)
{
Console.Write($"Reading PRG bank #{bank}/{banks}... ");
dumper.WriteCpu(0x5000, (byte)bank);
data.AddRange(dumper.ReadCpu(0x8000, 0x8000));
Console.WriteLine("OK");
}
}

public MirroringType GetMirroring(IFamicomDumperConnection dumper)

Check failure on line 19 in FamicomDumper/mappers/GTROM.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, linux, x64, no-self-contained)

The type or namespace name 'IFamicomDumperConnection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 19 in FamicomDumper/mappers/GTROM.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, linux, x64, no-self-contained)

The type or namespace name 'MirroringType' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 19 in FamicomDumper/mappers/GTROM.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, linux, x64, self-contained)

The type or namespace name 'IFamicomDumperConnection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 19 in FamicomDumper/mappers/GTROM.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, linux, x64, self-contained)

The type or namespace name 'MirroringType' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 19 in FamicomDumper/mappers/GTROM.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, linux, arm64, self-contained)

The type or namespace name 'IFamicomDumperConnection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 19 in FamicomDumper/mappers/GTROM.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, linux, arm64, self-contained)

The type or namespace name 'MirroringType' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 19 in FamicomDumper/mappers/GTROM.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, osx, arm64, self-contained)

The type or namespace name 'IFamicomDumperConnection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 19 in FamicomDumper/mappers/GTROM.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, osx, arm64, self-contained)

The type or namespace name 'MirroringType' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 19 in FamicomDumper/mappers/GTROM.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, linux, arm, no-self-contained)

The type or namespace name 'IFamicomDumperConnection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 19 in FamicomDumper/mappers/GTROM.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, linux, arm, no-self-contained)

The type or namespace name 'MirroringType' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 19 in FamicomDumper/mappers/GTROM.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, win, x86, self-contained)

The type or namespace name 'IFamicomDumperConnection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 19 in FamicomDumper/mappers/GTROM.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, win, x86, self-contained)

The type or namespace name 'MirroringType' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 19 in FamicomDumper/mappers/GTROM.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, win, x86, no-self-contained)

The type or namespace name 'IFamicomDumperConnection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 19 in FamicomDumper/mappers/GTROM.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, win, x86, no-self-contained)

The type or namespace name 'MirroringType' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 19 in FamicomDumper/mappers/GTROM.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, osx, arm64, no-self-contained)

The type or namespace name 'IFamicomDumperConnection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 19 in FamicomDumper/mappers/GTROM.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, osx, arm64, no-self-contained)

The type or namespace name 'MirroringType' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 19 in FamicomDumper/mappers/GTROM.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, win, x64, no-self-contained)

The type or namespace name 'IFamicomDumperConnection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 19 in FamicomDumper/mappers/GTROM.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, win, x64, no-self-contained)

The type or namespace name 'MirroringType' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 19 in FamicomDumper/mappers/GTROM.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, win, arm, no-self-contained)

The type or namespace name 'IFamicomDumperConnection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 19 in FamicomDumper/mappers/GTROM.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, win, arm, no-self-contained)

The type or namespace name 'MirroringType' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 19 in FamicomDumper/mappers/GTROM.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, linux, arm64, no-self-contained)

The type or namespace name 'IFamicomDumperConnection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 19 in FamicomDumper/mappers/GTROM.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, linux, arm64, no-self-contained)

The type or namespace name 'MirroringType' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 19 in FamicomDumper/mappers/GTROM.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, win, arm64, self-contained)

The type or namespace name 'IFamicomDumperConnection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 19 in FamicomDumper/mappers/GTROM.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, win, arm64, self-contained)

The type or namespace name 'MirroringType' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 19 in FamicomDumper/mappers/GTROM.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, osx, x64, no-self-contained)

The type or namespace name 'IFamicomDumperConnection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 19 in FamicomDumper/mappers/GTROM.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, osx, x64, no-self-contained)

The type or namespace name 'MirroringType' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 19 in FamicomDumper/mappers/GTROM.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, win, x64, self-contained)

The type or namespace name 'IFamicomDumperConnection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 19 in FamicomDumper/mappers/GTROM.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, win, x64, self-contained)

The type or namespace name 'MirroringType' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 19 in FamicomDumper/mappers/GTROM.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, linux, arm, self-contained)

The type or namespace name 'IFamicomDumperConnection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 19 in FamicomDumper/mappers/GTROM.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, linux, arm, self-contained)

The type or namespace name 'MirroringType' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 19 in FamicomDumper/mappers/GTROM.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, win, arm, self-contained)

The type or namespace name 'IFamicomDumperConnection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 19 in FamicomDumper/mappers/GTROM.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, win, arm, self-contained)

The type or namespace name 'MirroringType' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 19 in FamicomDumper/mappers/GTROM.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, win, arm64, no-self-contained)

The type or namespace name 'IFamicomDumperConnection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 19 in FamicomDumper/mappers/GTROM.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, win, arm64, no-self-contained)

The type or namespace name 'MirroringType' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 19 in FamicomDumper/mappers/GTROM.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, osx, x64, self-contained)

The type or namespace name 'IFamicomDumperConnection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 19 in FamicomDumper/mappers/GTROM.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, osx, x64, self-contained)

The type or namespace name 'MirroringType' could not be found (are you missing a using directive or an assembly reference?)
{
return MirroringType.FourScreenVram;
}
}

0 comments on commit 18c3b04

Please sign in to comment.