Previous 199869 Revisions Next

r20355 Saturday 19th January, 2013 at 21:17:43 UTC by Carl
[mess]  Be a little more strict about which id the psx pad responds to, fixes FFT and probably other games from the same era (nw)
[src/mess/machine]psxcport.c

trunk/src/mess/machine/psxcport.c
r20354r20355
118118
119119   if(!m_bit)
120120   {
121      if((!m_count) && (m_idata & 0x80))
121      if((!m_count) && (m_idata & 0xf0))
122122      {
123123            m_memcard = true;
124124            return;

Previous 199869 Revisions Next


© 1997-2024 The MAME Team