summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/pgmcrypt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/pgmcrypt.c')
-rw-r--r--src/mame/machine/pgmcrypt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/pgmcrypt.c b/src/mame/machine/pgmcrypt.c
index 31dfc3149d4..ee1844031c2 100644
--- a/src/mame/machine/pgmcrypt.c
+++ b/src/mame/machine/pgmcrypt.c
@@ -1033,7 +1033,7 @@ void pgm_py2k2_decrypt(running_machine *machine) // and ddpdoj/ddpdojbl
for(i=0; i<rom_size/2; i++)
{
UINT16 x = src[i];
-
+
if ((i & 0x040480) != 0x000080) x ^= 0x0001;
if ((i & 0x084008) == 0x084008) x ^= 0x0002;
if ((i & 0x000030) == 0x000010 && (i & 0x180000) != 0x080000) x ^= 0x0004;