[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)

This commit is contained in:
cracyc 2013-01-19 21:17:43 +00:00
parent 9b3e3b51c3
commit c0d3c8f089

View File

@ -118,7 +118,7 @@ void device_psx_controller_interface::do_pad()
if(!m_bit)
{
if((!m_count) && (m_idata & 0x80))
if((!m_count) && (m_idata & 0xf0))
{
m_memcard = true;
return;