Vectrex: fix control stick in some cases
This commit is contained in:
parent
e9ca6f82bc
commit
b0123ea133
|
@ -209,8 +209,7 @@ namespace BizHawk.Emulation.Cores.Consoles.Vectrex
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
|
||||||
{
|
|
||||||
if (sel0)
|
if (sel0)
|
||||||
{
|
{
|
||||||
if (sel1)
|
if (sel1)
|
||||||
|
@ -237,7 +236,6 @@ namespace BizHawk.Emulation.Cores.Consoles.Vectrex
|
||||||
else { compare = false; }
|
else { compare = false; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
ppu.x_vel = (byte)(portA_ret ^ 0x80);
|
ppu.x_vel = (byte)(portA_ret ^ 0x80);
|
||||||
|
|
||||||
|
@ -288,8 +286,7 @@ namespace BizHawk.Emulation.Cores.Consoles.Vectrex
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
|
||||||
{
|
|
||||||
if (sel0)
|
if (sel0)
|
||||||
{
|
{
|
||||||
if (sel1)
|
if (sel1)
|
||||||
|
@ -316,7 +313,6 @@ namespace BizHawk.Emulation.Cores.Consoles.Vectrex
|
||||||
else { compare = false; }
|
else { compare = false; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
ppu.x_vel = (byte)(portA_ret ^ 0x80);
|
ppu.x_vel = (byte)(portA_ret ^ 0x80);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue