mirror of
https://github.com/holub/mame
synced 2025-06-07 13:23:50 +03:00
(mess) southbridge: make at586 fdc word [Carl]
This commit is contained in:
parent
63d6539b61
commit
a96d323817
@ -459,7 +459,7 @@ READ8_MEMBER( southbridge_device::at_portb_r )
|
|||||||
/* This needs fixing/updating not sure what this is meant to fix */
|
/* This needs fixing/updating not sure what this is meant to fix */
|
||||||
if ( --m_poll_delay < 0 )
|
if ( --m_poll_delay < 0 )
|
||||||
{
|
{
|
||||||
m_poll_delay = 20;
|
m_poll_delay = 25;
|
||||||
m_at_offset1 ^= 0x10;
|
m_at_offset1 ^= 0x10;
|
||||||
}
|
}
|
||||||
data = (data & ~0x10) | ( m_at_offset1 & 0x10 );
|
data = (data & ~0x10) | ( m_at_offset1 & 0x10 );
|
||||||
|
Loading…
Reference in New Issue
Block a user