mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
[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:
parent
9b3e3b51c3
commit
c0d3c8f089
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user