Previous 199869 Revisions Next

r32117 Sunday 14th September, 2014 at 22:26:58 UTC by Carl
(mess) sb16: small fix (nw)
[src/emu/bus/isa]sb16.c

trunk/src/emu/bus/isa/sb16.c
r32116r32117
454454      if(m_adc_h)
455455         return ret;
456456   }
457   if((!(m_mode & 0x40) && !(m_mode & 1)) || (!(m_mode & 0x80) && !(m_mode & 1)))
457   if((!(m_mode & 0x40) && (m_mode & 1)) || (!(m_mode & 0x80) && !(m_mode & 1)))
458458   {
459459      m_adc_r = !m_adc_r;
460460      if(m_adc_r)

Previous 199869 Revisions Next


© 1997-2024 The MAME Team