Update UNIF_UNL-SHERO.cs
This commit is contained in:
parent
4b51420231
commit
bb75653cd7
|
@ -54,7 +54,6 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES
|
||||||
|
|
||||||
public override byte ReadPPU(int addr)
|
public override byte ReadPPU(int addr)
|
||||||
{
|
{
|
||||||
// TODO: why doesn't this work?
|
|
||||||
if (addr < 0x2000)
|
if (addr < 0x2000)
|
||||||
{
|
{
|
||||||
if ((reg & 0x40) > 0)
|
if ((reg & 0x40) > 0)
|
||||||
|
|
Loading…
Reference in New Issue