NES: fix the famicom 4player adapter
This commit is contained in:
parent
8496f71812
commit
65b1397198
|
@ -734,7 +734,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES
|
|||
Latch(c);
|
||||
byte ret = (byte)(latchedp2 << 1 & 2);
|
||||
if (!resetting)
|
||||
latchedp1 >>= 1;
|
||||
latchedp2 >>= 1;
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue