mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
fruitpar: Fix decryption; game now boots (#12701)
This commit is contained in:
parent
33cfe5e253
commit
42b55aed72
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user