Update UNIF_UNL-SHERO.cs

This commit is contained in:
alyosha-tas 2016-09-23 11:47:54 -04:00 committed by GitHub
parent 4b51420231
commit bb75653cd7
1 changed files with 83 additions and 84 deletions

View File

@ -54,7 +54,6 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES
public override byte ReadPPU(int addr)
{
// TODO: why doesn't this work?
if (addr < 0x2000)
{
if ((reg & 0x40) > 0)