| Previous | 199869 Revisions | Next |
| r34511 Tuesday 20th January, 2015 at 17:27:08 UTC by David Haywood |
|---|
| oops, didn't mean to change this (nw) |
| [src/mame/machine] | 315-5881_crypt.h |
| r243022 | r243023 | |
|---|---|---|
| 40 | 40 | private: |
| 41 | 41 | |
| 42 | 42 | enum { |
| 43 | BUFFER_SIZE = 32768 | |
| 43 | BUFFER_SIZE = 32768, LINE_SIZE = 512, | |
| 44 | 44 | FLAG_COMPRESSED = 0x10000, FLAG_LINE_SIZE_512 = 0x20000 |
| 45 | 45 | }; |
| 46 | 46 |
| https://github.com/mamedev/mame/commit/79d60850d6ee350e117da3689acc3450974e9908 |
| Previous | 199869 Revisions | Next |