(mess) sb16: small fix (nw)

This commit is contained in:
cracyc 2014-09-14 22:26:58 +00:00
parent 4a414a7c13
commit 5a3c3144fc

View File

@ -454,7 +454,7 @@ UINT8 sb16_lle_device::dack_r(int line)
if(m_adc_h)
return ret;
}
if((!(m_mode & 0x40) && !(m_mode & 1)) || (!(m_mode & 0x80) && !(m_mode & 1)))
if((!(m_mode & 0x40) && (m_mode & 1)) || (!(m_mode & 0x80) && !(m_mode & 1)))
{
m_adc_r = !m_adc_r;
if(m_adc_r)