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, 0 insertions, 2 deletions
diff --git a/src/mame/machine/pgmcrypt.c b/src/mame/machine/pgmcrypt.c
index a026eaf9a36..956edaaa66f 100644
--- a/src/mame/machine/pgmcrypt.c
+++ b/src/mame/machine/pgmcrypt.c
@@ -1508,7 +1508,6 @@ void slqz3_decrypt(running_machine &machine)
int rom_size = 0x200000;
for(i=0; i<rom_size/2; i++) {
-
UINT16 x = src[i];
// not 100% verified
@@ -1526,4 +1525,3 @@ void slqz3_decrypt(running_machine &machine)
src[i] = x;
}
}
-