| Previous | 199869 Revisions | Next |
| r20883 Sunday 10th February, 2013 at 09:55:47 UTC by Fabio Priuli |
|---|
| let's see if this makes happy non-Apple GCC... nw |
| [src/mame/machine] | snessdd1.c |
| r20882 | r20883 | |
|---|---|---|
| 37 | 37 | |
| 38 | 38 | if (codeword & 0x80) |
| 39 | 39 | { |
| 40 | codeword |= ROM[SSD1_ADD(m_byte_ptr + 1)] >> (9 - m_bit_count); | |
| 40 | codeword |= ROM[SSD1_ADD((m_byte_ptr + 1))] >> (9 - m_bit_count); | |
| 41 | 41 | m_bit_count += code_len; |
| 42 | 42 | } |
| 43 | 43 |
| Previous | 199869 Revisions | Next |