Fixes Galactic Defender's P2 paddle (#988)

This commit is contained in:
Tastyfish 2017-08-31 11:14:49 -04:00 committed by GitHub
parent a8555c39ca
commit 6f021653aa
1 changed files with 1 additions and 0 deletions

View File

@ -89,6 +89,7 @@ namespace BizHawk.Emulation.Cores.Sega.MasterSystem
if ((Port3F & 0x02) == 0x00)
{
Paddle1High = (Port3F & 0x20) != 0;
Paddle2High = Paddle1High;
}
if ((Port3F & 0x08) == 0x00)
{