Previous 199869 Revisions Next

r26012 Tuesday 5th November, 2013 at 18:38:21 UTC by Carl
(mess) southbridge: make at586 fdc word [Carl]
[src/mess/machine]southbridge.c

trunk/src/mess/machine/southbridge.c
r26011r26012
459459   /* This needs fixing/updating not sure what this is meant to fix */
460460   if ( --m_poll_delay < 0 )
461461   {
462      m_poll_delay = 20;
462      m_poll_delay = 25;
463463      m_at_offset1 ^= 0x10;
464464   }
465465   data = (data & ~0x10) | ( m_at_offset1 & 0x10 );

Previous 199869 Revisions Next


© 1997-2024 The MAME Team