fruitpar: Fix decryption; game now boots (#12701)

This commit is contained in:
mamehaze 2024-08-29 19:01:10 +01:00 committed by GitHub
parent 33cfe5e253
commit 42b55aed72
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1556,7 +1556,7 @@ void fruitpar_decrypt(running_machine &machine)
IGS27_CRYPT4_ALT
IGS27_CRYPT5
IGS27_CRYPT6
IGS27_CRYPT7
IGS27_CRYPT7_ALT
IGS27_CRYPT8
x ^= fruitpar_tab[(i>> 1) & 0xff] << 8;