Update VRC1.cs
This commit is contained in:
parent
3bf90c5e42
commit
bbabe23355
|
@ -122,7 +122,6 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
Console.WriteLine(addr);
|
|
||||||
addr = addr - 0x2000;
|
addr = addr - 0x2000;
|
||||||
if (addr < 0x800)
|
if (addr < 0x800)
|
||||||
{
|
{
|
||||||
|
@ -178,4 +177,4 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue