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

trunk/src/mame/machine/snessdd1.c
r20882r20883
3737
3838   if (codeword & 0x80)
3939   {
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);
4141      m_bit_count += code_len;
4242   }
4343

Previous 199869 Revisions Next


© 1997-2024 The MAME Team