summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/igs036crypt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/igs036crypt.h')
-rw-r--r--src/mame/machine/igs036crypt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/machine/igs036crypt.h b/src/mame/machine/igs036crypt.h
index 47f89cc8831..5461530c61e 100644
--- a/src/mame/machine/igs036crypt.h
+++ b/src/mame/machine/igs036crypt.h
@@ -10,10 +10,10 @@ public:
void decrypter_rom(memory_region* region);
UINT16 decrypt(UINT16 cipherword, int word_address)const;
UINT16 deobfuscate(UINT16 cipherword, int word_address)const;
-
+
private:
const UINT16* key;
-
+
static int (*rot_enabling[16][4])(int);
static int (*rot_direction[4][8])(int);
static const UINT16 triggers[16][2];