oops
This commit is contained in:
parent
8f1e5aa535
commit
26d74650d2
|
@ -154,7 +154,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES
|
|||
if (Right is FourScore)
|
||||
(Right as FourScore).RightPort = true;
|
||||
if (Left is IZapper)
|
||||
(Left as Zapper).PPUCallback = PPUCallback;
|
||||
(Left as IZapper).PPUCallback = PPUCallback;
|
||||
if (Right is IZapper)
|
||||
(Right as IZapper).PPUCallback = PPUCallback;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue