From 9bfbd02b2bfba3bb2362d4cdf566a632d14186cd Mon Sep 17 00:00:00 2001 From: Nicholas Peters Date: Mon, 8 Dec 2014 13:27:03 -0500 Subject: Added multiplayer support Added multiplayer support.--- src/ppu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ppu.cpp b/src/ppu.cpp index 19340fb..6d1af27 100644 --- a/src/ppu.cpp +++ b/src/ppu.cpp @@ -714,7 +714,7 @@ uint8 S9xGetCPU(uint16 Address) } } return ( - (IPPU.Joypads[0] + (IPPU.Joypads[1] >> (PPU.Joypad2ButtonReadPos++ ^ 15)) & 1); } -- cgit v1.2.3