(mess) southbridge: make at586 fdc word [Carl]

This commit is contained in:
cracyc 2013-11-05 18:38:21 +00:00
parent 63d6539b61
commit a96d323817

View File

@ -459,7 +459,7 @@ READ8_MEMBER( southbridge_device::at_portb_r )
/* This needs fixing/updating not sure what this is meant to fix */
if ( --m_poll_delay < 0 )
{
m_poll_delay = 20;
m_poll_delay = 25;
m_at_offset1 ^= 0x10;
}
data = (data & ~0x10) | ( m_at_offset1 & 0x10 );