Fixes Galactic Defender's P2 paddle (#988)
This commit is contained in:
parent
a8555c39ca
commit
6f021653aa
|
@ -89,6 +89,7 @@ namespace BizHawk.Emulation.Cores.Sega.MasterSystem
|
|||
if ((Port3F & 0x02) == 0x00)
|
||||
{
|
||||
Paddle1High = (Port3F & 0x20) != 0;
|
||||
Paddle2High = Paddle1High;
|
||||
}
|
||||
if ((Port3F & 0x08) == 0x00)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue