mirror of
https://github.com/libretro/libretro-fceumm.git
synced 2025-01-15 05:17:50 +00:00
Update zapper.c
After testing trigger logic invertion option in VS roms, realized that ZD[w].bogo has to be inverted to work propperly
This commit is contained in:
parent
fe05e00b52
commit
ca7c563de7
@ -119,7 +119,7 @@ static uint8 FP_FASTAPASS(1) ReadZapperVS(int w) {
|
||||
if (ZD[w].zap_readbit == 4) ret = 1;
|
||||
|
||||
if (ZD[w].zap_readbit == 7) {
|
||||
if (ZD[w].bogo)
|
||||
if (!ZD[w].bogo)
|
||||
ret |= 0x1;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user