summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author David Haywood <mamehaze@users.noreply.github.com>2015-01-20 17:27:08 +0000
committer David Haywood <mamehaze@users.noreply.github.com>2015-01-20 17:27:08 +0000
commit79d60850d6ee350e117da3689acc3450974e9908 (patch)
tree5b8d05b8fc69b1a92e3d15beda6a861cec4f69c1
parent2241d4ea94adda267eee610b96a8fbd5e415451c (diff)
oops, didn't mean to change this (nw)
-rw-r--r--src/mame/machine/315-5881_crypt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/315-5881_crypt.h b/src/mame/machine/315-5881_crypt.h
index 46862165342..155bc27a13e 100644
--- a/src/mame/machine/315-5881_crypt.h
+++ b/src/mame/machine/315-5881_crypt.h
@@ -40,7 +40,7 @@ protected:
private:
enum {
- BUFFER_SIZE = 32768*8, LINE_SIZE = 512*8,
+ BUFFER_SIZE = 32768, LINE_SIZE = 512,
FLAG_COMPRESSED = 0x10000, FLAG_LINE_SIZE_512 = 0x20000
};