Vectrex: fix control stick in some cases

This commit is contained in:
alyosha-tas 2019-07-05 17:16:11 -04:00
parent e9ca6f82bc
commit b0123ea133
1 changed files with 38 additions and 42 deletions

View File

@ -209,8 +209,7 @@ namespace BizHawk.Emulation.Cores.Consoles.Vectrex
}
}
}
else
{
if (sel0)
{
if (sel1)
@ -237,7 +236,6 @@ namespace BizHawk.Emulation.Cores.Consoles.Vectrex
else { compare = false; }
}
}
}
ppu.x_vel = (byte)(portA_ret ^ 0x80);
@ -288,8 +286,7 @@ namespace BizHawk.Emulation.Cores.Consoles.Vectrex
}
}
}
else
{
if (sel0)
{
if (sel1)
@ -316,7 +313,6 @@ namespace BizHawk.Emulation.Cores.Consoles.Vectrex
else { compare = false; }
}
}
}
ppu.x_vel = (byte)(portA_ret ^ 0x80);